From 93531a52f030cad7d4237d7813fa1d73d641b35a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 16 Jan 2010 12:03:01 +1100 Subject: s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context --- source4/torture/rpc/dsgetinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rpc/dsgetinfo.c') diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c index 7aad7a16d0..acad1a0916 100644 --- a/source4/torture/rpc/dsgetinfo.c +++ b/source4/torture/rpc/dsgetinfo.c @@ -267,10 +267,10 @@ static bool test_getinfo(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; } -- cgit