idl-drsuapi: fixed another replica_flags that should use the bitmap
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Sep 2010 05:02:54 +0000 (22:02 -0700)
committerAndrew Tridgell <tridge@samba.org>
Thu, 30 Sep 2010 05:12:57 +0000 (22:12 -0700)
Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>

librpc/idl/drsuapi.idl

index 89818914556cb23f90f4c057d9c9bb4644dd82c4..6d8fda89bc4e4ebf1c2281413436bb26aaf88efc 100644 (file)
@@ -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;