summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dssetup.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-26 04:34:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:12 -0500
commit9eea1eb94fff7b36f695de8c4f86d990e4ed22a9 (patch)
treef37489eb3f08d02e63703bd347d0233e4379b835 /source4/librpc/idl/dssetup.idl
parent0b673687e5207e90f45ee6014d7cdac067093dd7 (diff)
downloadsamba-9eea1eb94fff7b36f695de8c4f86d990e4ed22a9.tar.gz
samba-9eea1eb94fff7b36f695de8c4f86d990e4ed22a9.tar.bz2
samba-9eea1eb94fff7b36f695de8c4f86d990e4ed22a9.zip
r5005: Add missing size specifiers to various bitmaps.
(This used to be commit 19a907cb58f9ec58c5eea12e7979134976c0c469)
Diffstat (limited to 'source4/librpc/idl/dssetup.idl')
-rw-r--r--source4/librpc/idl/dssetup.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dssetup.idl b/source4/librpc/idl/dssetup.idl
index 0d50e3aa9f..9a4fcafccc 100644
--- a/source4/librpc/idl/dssetup.idl
+++ b/source4/librpc/idl/dssetup.idl
@@ -24,7 +24,7 @@
DS_ROLE_PRIMARY_DC = 5
} dssetup_DsRole;
- typedef bitmap {
+ typedef [bitmap32bit] bitmap {
DS_ROLE_PRIMARY_DS_RUNNING = 0x00000001,
DS_ROLE_PRIMARY_DS_MIXED_MODE = 0x00000002,
DS_ROLE_UPGRADE_IN_PROGRESS = 0x00000004,