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:
parent
555782aa55
commit
1af34fdd07
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue