diff options
author | Kamen Mazdrashki <kamen.mazdrashki@postpath.com> | 2010-02-14 02:49:40 +0200 |
---|---|---|
committer | Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | 2010-02-24 14:14:09 +0200 |
commit | 83007e06c177b13fe56ae0247e8c2086bb59d563 (patch) | |
tree | 228cdde5aa1a69451fb127d4872191cf22ec3eb9 /source4/torture | |
parent | 0f6a453f9f802d5d69c0698672a6f3ef04ad6a27 (diff) | |
download | samba-83007e06c177b13fe56ae0247e8c2086bb59d563.tar.gz samba-83007e06c177b13fe56ae0247e8c2086bb59d563.tar.bz2 samba-83007e06c177b13fe56ae0247e8c2086bb59d563.zip |
s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source code
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/drsuapi.c | 6 | ||||
-rw-r--r-- | 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 6d3c7c07c2..b7de7bf4ad 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 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; } |