From 4a401d6fccfe75c34047427226bb1004e83a6563 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Sep 2013 11:25:42 +0200 Subject: libcli/smb: add SMB3_DIALECT_REVISION_302 Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam Reviewed-by: Jeremy Allison --- libcli/smb/smb2_constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli') diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index 54ab2508a8..40a63396af 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -96,6 +96,7 @@ #define SMB2_DIALECT_REVISION_222 0x0222 #define SMB2_DIALECT_REVISION_224 0x0224 #define SMB3_DIALECT_REVISION_300 0x0300 +#define SMB3_DIALECT_REVISION_302 0x0302 #define SMB2_DIALECT_REVISION_2FF 0x02FF /* SMB2 negotiate security_mode */ -- cgit