Fix bug #8324 - smbclient cannot list directories from a big-endian machine.
authorJeremy Allison <jra@samba.org>
Tue, 26 Jul 2011 22:16:29 +0000 (15:16 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 27 Jul 2011 19:09:54 +0000 (21:09 +0200)
commit146549d7250fefb365675154f0916c37e56faa5d
tree5527d4d22f17539125d5af888aaa8c94d5d1c280
parent0f9a24b7dc9aaae6145ec409191fc16b07c601a8
Fix bug #8324 - smbclient cannot list directories from a big-endian machine.

Two uses of the setup array are not being correctly byte-swapped to little
endian.
source3/libsmb/clilist.c