diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-16 16:12:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-09-16 19:51:47 +0200 |
commit | 62d4a317f9786d2f3761c566ea9d5b004024d542 (patch) | |
tree | bd8f0ec440905982556614b153eb429f2a67637b | |
parent | f6217aa7d1fb19634198f7e36bcc8cf798863b90 (diff) | |
download | samba-62d4a317f9786d2f3761c566ea9d5b004024d542.tar.gz samba-62d4a317f9786d2f3761c566ea9d5b004024d542.tar.bz2 samba-62d4a317f9786d2f3761c566ea9d5b004024d542.zip |
libcli/smb: add SMB2_DIALECT_REVISION_222
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Sep 16 19:51:47 CEST 2011 on sn-devel-104
-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 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 */ |