diff options
author | Nadezhda Ivanova <nadezhda.ivanova@postpath.com> | 2009-11-02 16:50:28 +0200 |
---|---|---|
committer | Nadezhda Ivanova <nadezhda.ivanova@postpath.com> | 2009-11-03 10:45:01 +0200 |
commit | 8324dbcb11cbba12fb73896dfc1ddc311edf0fb7 (patch) | |
tree | a3a6d8ac07d9c6ba3a6b3d795c590eb539d27edd | |
parent | f9c9dee01373d6fd069e36ba6024580b8962f230 (diff) | |
download | samba-8324dbcb11cbba12fb73896dfc1ddc311edf0fb7.tar.gz samba-8324dbcb11cbba12fb73896dfc1ddc311edf0fb7.tar.bz2 samba-8324dbcb11cbba12fb73896dfc1ddc311edf0fb7.zip |
Removed the default DACL from token, as we will not be using it.
-rw-r--r-- | librpc/idl/security.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index c24dc64bd7..c57b30ce17 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -438,7 +438,6 @@ interface security uint32 num_sids; [size_is(num_sids)] dom_sid *sids[*]; udlong privilege_mask; - security_acl *default_dacl; } security_token; /* bits that determine which parts of a security descriptor |