From 0bb7e6847ea19103a48da11dd5139985c3cb17d7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 Jan 2007 09:52:25 +0000 Subject: r20797: make it more clear that this is a 32bit bitmap metze (This used to be commit e85a4bfbf3309019e31c2b598b3a564daad0df98) --- source4/librpc/idl/security.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') 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; -- cgit