s4-torture: fixed DsReplicaGetInfo elements
authorAndrew Tridgell <tridge@samba.org>
Sat, 16 Jan 2010 03:44:24 +0000 (14:44 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 16 Jan 2010 03:45:33 +0000 (14:45 +1100)
source4/torture/rpc/drsuapi.c

index 20263fe8ea83227df19742a0c4489cb2d4bd1f29..0496d625a1b0654e7a719a622d9ec3417d2ce374 100644 (file)
@@ -366,10 +366,10 @@ static bool test_DsReplicaGetInfo(struct torture_context *tctx,
                        r.in.req->req2.info_type        = array[i].infotype;
                        r.in.req->req2.object_dn        = object_dn;
                        ZERO_STRUCT(r.in.req->req2.guid1);
-                       r.in.req->req2.unknown1 = 0;
+                       r.in.req->req2.flags    = 0;
                        r.in.req->req2.string1  = NULL;
                        r.in.req->req2.string2  = NULL;
-                       r.in.req->req2.unknown2 = 0;
+                       r.in.req->req2.enumeration_context = 0;
                        break;
                }