smb3.1.1: fix typo in compression flag

Fix minor typo in new compression flag define

Reported-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2020-10-21 20:36:26 -05:00
parent 555782aa55
commit 1af34fdd07
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ struct smb2_compression_transform_hdr {
/* See MS-SMB2 2.2.42.1 */ /* See MS-SMB2 2.2.42.1 */
#define SMB2_COMPRESSION_FLAG_NONE 0x0000 #define SMB2_COMPRESSION_FLAG_NONE 0x0000
#define SMB2_COMPRESSION_FLAG_CHAINDED 0x0001 #define SMB2_COMPRESSION_FLAG_CHAINED 0x0001
struct compression_payload_header { struct compression_payload_header {
__le16 CompressionAlgorithm; __le16 CompressionAlgorithm;