summaryrefslogtreecommitdiff
path: root/librpc/idl/drsuapi.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-29 22:02:54 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-29 22:12:57 -0700
commitd690622f37156307f36e54bc716c0561855cef16 (patch)
treebcc82abb1ef21b8e9720f940a92ba3d9725a2862 /librpc/idl/drsuapi.idl
parent92586abac004fe55bdb66af5b0f0e281304cbf56 (diff)
downloadsamba-d690622f37156307f36e54bc716c0561855cef16.tar.gz
samba-d690622f37156307f36e54bc716c0561855cef16.tar.bz2
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/idl/drsuapi.idl')
-rw-r--r--librpc/idl/drsuapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index 8981891455..6d8fda89bc 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;