From 1fa8861f159cc99d55dee26edfcce0414d908183 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 Sep 2014 03:57:04 +0200 Subject: libcli/smb: add SMB3_DIALECT_REVISION_310 define Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- libcli/smb/smb2_constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index 0b34723c75..91a1cd2ff8 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -97,6 +97,7 @@ #define SMB2_DIALECT_REVISION_224 0x0224 #define SMB3_DIALECT_REVISION_300 0x0300 #define SMB3_DIALECT_REVISION_302 0x0302 +#define SMB3_DIALECT_REVISION_310 0x0310 #define SMB2_DIALECT_REVISION_2FF 0x02FF /* SMB2 negotiate security_mode */ -- cgit