From 8324dbcb11cbba12fb73896dfc1ddc311edf0fb7 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Mon, 2 Nov 2009 16:50:28 +0200 Subject: Removed the default DACL from token, as we will not be using it. --- librpc/idl/security.idl | 1 - 1 file changed, 1 deletion(-) 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 -- cgit