diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-15 09:52:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:30 -0500 |
commit | 0bb7e6847ea19103a48da11dd5139985c3cb17d7 (patch) | |
tree | 07b030b13d92e60db09cd59d22aa7b035361bd55 /source4/librpc/idl | |
parent | 2246d32e70f38ce31d8432eeb436fb522661d1c5 (diff) | |
download | samba-0bb7e6847ea19103a48da11dd5139985c3cb17d7.tar.gz samba-0bb7e6847ea19103a48da11dd5139985c3cb17d7.tar.bz2 samba-0bb7e6847ea19103a48da11dd5139985c3cb17d7.zip |
r20797: make it more clear that this is a 32bit bitmap
metze
(This used to be commit e85a4bfbf3309019e31c2b598b3a564daad0df98)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/security.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl index de5f135dd2..098a887bfe 100644 --- a/source4/librpc/idl/security.idl +++ b/source4/librpc/idl/security.idl @@ -240,7 +240,7 @@ interface security SEC_ACE_TYPE_SYSTEM_ALARM_OBJECT = 8 } security_ace_type; - typedef bitmap { + typedef [bitmap32bit] bitmap { SEC_ACE_OBJECT_TYPE_PRESENT = 0x00000001, SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT = 0x00000002 } security_ace_object_flags; |