diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smb2_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index a00a4a729e..6b9ad85434 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -43,6 +43,7 @@ #define SMB2_HDR_CREDIT_CHARGE 0x06 #define SMB2_HDR_EPOCH SMB2_HDR_CREDIT_CHARGE /* TODO: remove this */ #define SMB2_HDR_STATUS 0x08 +#define SMB2_HDR_CHANNEL_SEQUENCE SMB2_HDR_STATUS /* in requests */ #define SMB2_HDR_OPCODE 0x0c #define SMB2_HDR_CREDIT 0x0e #define SMB2_HDR_FLAGS 0x10 |