diff options
author | Steve French <smfrench@gmail.com> | 2013-06-21 13:40:14 -0500 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-06-21 22:57:16 +0200 |
commit | bbe09b3319630a3892e2350dace86d6953b0ae3d (patch) | |
tree | 7487d9a9ce96daf689dbd259d23a97e43ad8b3d0 /libcli/smb/smb2_constants.h | |
parent | 06e5401f7bb69836e81a177259cded0c1e1d252d (diff) | |
download | samba-bbe09b3319630a3892e2350dace86d6953b0ae3d.tar.gz samba-bbe09b3319630a3892e2350dace86d6953b0ae3d.tar.bz2 samba-bbe09b3319630a3892e2350dace86d6953b0ae3d.zip |
Add missing SMB2/SMB3 share capability flag define
SMB3.02 adds SHARE_CAP_ASYMMETRIC
Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jun 21 22:57:16 CEST 2013 on sn-devel-104
Diffstat (limited to 'libcli/smb/smb2_constants.h')
-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 60fedbb848..54ab2508a8 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -157,6 +157,7 @@ #define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY 0x10 /* in dialect >= 0x222 */ #define SMB2_SHARE_CAP_SCALEOUT 0x20 /* in dialect >= 0x222 */ #define SMB2_SHARE_CAP_CLUSTER 0x40 /* in dialect >= 0x222 */ +#define SMB2_SHARE_CAP_ASYMMETRIC 0x80 /* in dialect >= 0x302 */ /* SMB2 create security flags */ #define SMB2_SECURITY_DYNAMIC_TRACKING 0x01 |