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)
committerRalph Boehme <slow@samba.org>
Wed, 3 Jun 2020 04:54:38 +0000 (04:54 +0000)
commit6463f2612a662f217af18455206afde122323375
treedbb465e6bbc4898d85d6b8a650765104385c1c48
parentbe52f87c376a8f71b2de4aa52f25818cad2b160e
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>
source3/libsmb/clilist.c