r21817: give fields a meaning
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Mar 2007 11:10:48 +0000 (11:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:31 +0000 (14:49 -0500)
metze
(This used to be commit 521355b57b74dbdccc6ae15738345e1d989ce262)

source4/librpc/idl/drsuapi.idl
source4/torture/rpc/drsuapi.c

index c1c9821d9b84739607db3d295cfcec217fb474ce..f23914f8deba1f16ef9cf2cfb532b4bee015cf78 100644 (file)
@@ -162,8 +162,8 @@ interface drsuapi
 
        typedef struct {
                drsuapi_DsReplicaObjectIdentifier *naming_context;
-               GUID guid1;
-               astring *string1;
+               GUID source_dsa_guid;
+               astring *other_info; /* I assume this is related to the repsFromTo1OtherInfo dns_name */
                drsuapi_DsReplicaSyncOptions options;
        } drsuapi_DsReplicaSyncRequest1;
 
index 0f849e5586580b0a0b4cbab361e0c5cbaba8730d..c0ed2953f2ae9aa3e0f3fd4364727d531b6fa683 100644 (file)
@@ -448,8 +448,8 @@ static BOOL test_DsReplicaSync(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
                        nc.dn                                   = priv->domain_obj_dn?priv->domain_obj_dn:"";
 
                        r.in.req.req1.naming_context            = &nc;
-                       r.in.req.req1.guid1                     = priv->dcinfo.ntds_guid;
-                       r.in.req.req1.string1                   = NULL;
+                       r.in.req.req1.source_dsa_guid           = priv->dcinfo.ntds_guid;
+                       r.in.req.req1.other_info                = NULL;
                        r.in.req.req1.options                   = 16;
                        break;
                }