]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmb: Info level SMB_FIND_EA_SIZE encodes attibutes as a uint16, not a uint8.
authorJeremy Allison <jra@samba.org>
Mon, 1 Jun 2020 18:33:13 +0000 (11:33 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 26 Jun 2020 07:52:26 +0000 (07:52 +0000)
commit50ff83cb3e3bc9247c639308057b7c927c266701
tree9ce343d2f3812328dc539fb04ddf2058f54db5e4
parent7db0eb75680a8af464ad26122331e0b808bc5aa5
s3: libsmb: Info level SMB_FIND_EA_SIZE encodes attibutes as a uint16, not a uint8.

We will need this to detect FILE_ATTRIBUTE_REPARSE_POINT in a later commit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14391

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 6463f2612a662f217af18455206afde122323375)
source3/libsmb/clilist.c