s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source code
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Sun, 14 Feb 2010 00:49:40 +0000 (02:49 +0200)
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>
Wed, 24 Feb 2010 12:14:09 +0000 (14:14 +0200)
source4/torture/rpc/drsuapi.c
source4/torture/rpc/dsgetinfo.c

index 6d3c7c07c2a4e2fa5493548b75f2cbed56ef360a..b7de7bf4add174244eded9ba19b0be2b4671049b 100644 (file)
@@ -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;
                }
index fbe4fa2d575fa87cd0222d4c83749badb5c95d48..d79c78fb24001ccbdbf811f11fb1fb08b6b1f4ce 100644 (file)
@@ -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;
                }