From 62d4a317f9786d2f3761c566ea9d5b004024d542 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Sep 2011 16:12:24 +0200 Subject: libcli/smb: add SMB2_DIALECT_REVISION_222 metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Sep 16 19:51:47 CEST 2011 on sn-devel-104 --- 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 27d74951ad..947520fdc5 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -76,6 +76,7 @@ #define SMB2_DIALECT_REVISION_000 0x0000 /* early beta dialect */ #define SMB2_DIALECT_REVISION_202 0x0202 #define SMB2_DIALECT_REVISION_210 0x0210 +#define SMB2_DIALECT_REVISION_222 0x0222 #define SMB2_DIALECT_REVISION_2FF 0x02FF /* SMB2 negotiate security_mode */ -- cgit