From 83007e06c177b13fe56ae0247e8c2086bb59d563 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Sun, 14 Feb 2010 02:49:40 +0200 Subject: [PATCH] s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source code --- source4/torture/rpc/drsuapi.c | 6 +++--- source4/torture/rpc/dsgetinfo.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source4/torture/rpc/drsuapi.c b/source4/torture/rpc/drsuapi.c index 6d3c7c07c2a..b7de7bf4add 100644 --- a/source4/torture/rpc/drsuapi.c +++ b/source4/torture/rpc/drsuapi.c @@ -366,9 +366,9 @@ 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.source_dsa_guid); - r.in.req->req2.flags = 0; - r.in.req->req2.string1 = NULL; - r.in.req->req2.string2 = NULL; + r.in.req->req2.flags = 0; + r.in.req->req2.attribute_name = NULL; + r.in.req->req2.value_dn_str = NULL; r.in.req->req2.enumeration_context = 0; break; } diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c index fbe4fa2d575..d79c78fb240 100644 --- a/source4/torture/rpc/dsgetinfo.c +++ b/source4/torture/rpc/dsgetinfo.c @@ -268,9 +268,9 @@ 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.source_dsa_guid); - r.in.req->req2.flags = 0; - r.in.req->req2.string1 = NULL; - r.in.req->req2.string2 = NULL; + r.in.req->req2.flags = 0; + r.in.req->req2.attribute_name = NULL; + r.in.req->req2.value_dn_str = NULL; r.in.req->req2.enumeration_context = 0; break; } -- 2.34.1