diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-05-05 09:33:19 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-06 14:50:39 +0200 |
commit | 44dcad7310b3cc1625be1fbdf90e3c069c55764f (patch) | |
tree | a06be8dc55cd5f08e968fbbc182c57c6b1a4309f /libcli | |
parent | 6aa601b1512ddb6edfc1ea903144b3829dde0ecc (diff) | |
download | samba-44dcad7310b3cc1625be1fbdf90e3c069c55764f.tar.gz samba-44dcad7310b3cc1625be1fbdf90e3c069c55764f.tar.bz2 samba-44dcad7310b3cc1625be1fbdf90e3c069c55764f.zip |
libcli/smb: add SMB3_DIALECT_REVISION_300
metze
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 b472c76593..f4e8b0286d 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -79,6 +79,7 @@ #define SMB2_DIALECT_REVISION_210 0x0210 #define SMB2_DIALECT_REVISION_222 0x0222 #define SMB2_DIALECT_REVISION_224 0x0224 +#define SMB3_DIALECT_REVISION_300 0x0300 #define SMB2_DIALECT_REVISION_2FF 0x02FF /* SMB2 negotiate security_mode */ |