diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-29 22:02:54 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-29 22:12:57 -0700 |
commit | d690622f37156307f36e54bc716c0561855cef16 (patch) | |
tree | bcc82abb1ef21b8e9720f940a92ba3d9725a2862 /librpc | |
parent | 92586abac004fe55bdb66af5b0f0e281304cbf56 (diff) | |
download | samba-d690622f37156307f36e54bc716c0561855cef16.tar.gz samba-d690622f37156307f36e54bc716c0561855cef16.tar.xz samba-d690622f37156307f36e54bc716c0561855cef16.zip |
idl-drsuapi: fixed another replica_flags that should use the bitmap
Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/drsuapi.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index 89818914556..6d8fda89bc4 100644 --- a/librpc/idl/drsuapi.idl +++ b/librpc/idl/drsuapi.idl @@ -814,7 +814,7 @@ interface drsuapi GUID source_dra; [charset(UTF16),string] uint16 *source_dra_address; uint8 schedule[84]; - uint32 replica_flags; + drsuapi_DrsOptions replica_flags; uint32 modify_fields; drsuapi_DrsOptions options; } drsuapi_DsReplicaModRequest1; |