summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/security.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-11-07 23:32:28 +0100
committerStefan Metzmacher <metze@samba.org>2008-11-08 08:02:27 +0100
commit07ee1a6e146b0639e3f00020a7bf763744cbc61f (patch)
tree5a586d3d6f6b8411d3aeba198d3c9ebb4461183b /source3/librpc/gen_ndr/security.h
parent1e80221b2340de5ef5e2a17f10511bbc2c041163 (diff)
downloadsamba-07ee1a6e146b0639e3f00020a7bf763744cbc61f.tar.gz
samba-07ee1a6e146b0639e3f00020a7bf763744cbc61f.tar.bz2
samba-07ee1a6e146b0639e3f00020a7bf763744cbc61f.zip
s3: make idl
metze
Diffstat (limited to 'source3/librpc/gen_ndr/security.h')
-rw-r--r--source3/librpc/gen_ndr/security.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/security.h b/source3/librpc/gen_ndr/security.h
index 59b00a56a9..fe23347fdf 100644
--- a/source3/librpc/gen_ndr/security.h
+++ b/source3/librpc/gen_ndr/security.h
@@ -243,7 +243,7 @@ struct security_ace_object {
union security_ace_object_ctr {
struct security_ace_object object;/* [case(SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT)] */
-}/* [nodiscriminant] */;
+}/* [public,nodiscriminant] */;
struct security_ace {
enum security_ace_type type;
@@ -252,7 +252,7 @@ struct security_ace {
uint32_t access_mask;
union security_ace_object_ctr object;/* [switch_is(type)] */
struct dom_sid trustee;
-}/* [gensize,public,nosize] */;
+}/* [gensize,public,nopull,nosize] */;
enum security_acl_revision
#ifndef USE_UINT_ENUMS