1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:libcli/smb2: remove unused and redundant SMB2 security flags

metze
This commit is contained in:
Stefan Metzmacher 2009-08-07 14:11:11 +02:00
parent c2c4d489b6
commit acbb9da530

View File

@ -58,12 +58,6 @@ struct smb2_negprot {
#define SMB2_GETINFO_SECURITY 0x03
#define SMB2_GETINFO_QUOTA 0x04
#define SMB2_GETINFO_ADD_OWNER_SECURITY 0x01
#define SMB2_GETINFO_ADD_GROUP_SECURITY 0x02
#define SMB2_GETINFO_ADD_DACL_SECURITY 0x04
#define SMB2_GETINFO_ADD_SACL_SECURITY 0x08
#define SMB2_GETINFO_ADD_LABEL_SECURITY 0x10
/* NOTE! the getinfo fs and file levels exactly match up with the
'passthru' SMB levels, which are levels >= 1000. The SMB2 client
lib uses the names from the libcli/raw/ library */