Commit 1af34fdd authored by Steve French's avatar Steve French

smb3.1.1: fix typo in compression flag

Fix minor typo in new compression flag define
Reported-by: default avatarTom Talpey <tom@talpey.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 555782aa
......@@ -154,7 +154,7 @@ struct smb2_compression_transform_hdr {
/* See MS-SMB2 2.2.42.1 */
#define SMB2_COMPRESSION_FLAG_NONE 0x0000
#define SMB2_COMPRESSION_FLAG_CHAINDED 0x0001
#define SMB2_COMPRESSION_FLAG_CHAINED 0x0001
struct compression_payload_header {
__le16 CompressionAlgorithm;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment