summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/dsgetinfo.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-02-14 02:49:40 +0200
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-02-24 14:14:09 +0200
commit83007e06c177b13fe56ae0247e8c2086bb59d563 (patch)
tree228cdde5aa1a69451fb127d4872191cf22ec3eb9 /source4/torture/rpc/dsgetinfo.c
parent0f6a453f9f802d5d69c0698672a6f3ef04ad6a27 (diff)
downloadsamba-83007e06c177b13fe56ae0247e8c2086bb59d563.tar.gz
samba-83007e06c177b13fe56ae0247e8c2086bb59d563.tar.bz2
samba-83007e06c177b13fe56ae0247e8c2086bb59d563.zip
s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source code
Diffstat (limited to 'source4/torture/rpc/dsgetinfo.c')
-rw-r--r--source4/torture/rpc/dsgetinfo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c
index fbe4fa2d57..d79c78fb24 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;
}