diff options
author | Tim Potter <tpot@samba.org> | 2005-01-26 04:34:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:12 -0500 |
commit | 9eea1eb94fff7b36f695de8c4f86d990e4ed22a9 (patch) | |
tree | f37489eb3f08d02e63703bd347d0233e4379b835 /source4/librpc/idl/dssetup.idl | |
parent | 0b673687e5207e90f45ee6014d7cdac067093dd7 (diff) | |
download | samba-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.idl | 2 |
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, |