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>
Sun, 7 Aug 2011 19:02:20 +0000 (21:02 +0200)
commit1b9f6242e54048b086d3262e2bb3980b216e446f
tree5530d0aa37e599d6606bcf2b29a58385f94b2c4f
parent07a8bb7ccafdb067ef9d18a495f92028140b2fbd
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.
(cherry picked from commit 146549d7250fefb365675154f0916c37e56faa5d)
source3/libsmb/clilist.c