svn commit: samba r21817 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

metze at samba.org metze at samba.org
Tue Mar 13 11:10:48 GMT 2007


Author: metze
Date: 2007-03-13 11:10:48 +0000 (Tue, 13 Mar 2007)
New Revision: 21817

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21817

Log:
give fields a meaning

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
   branches/SAMBA_4_0/source/torture/rpc/drsuapi.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2007-03-13 07:30:26 UTC (rev 21816)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2007-03-13 11:10:48 UTC (rev 21817)
@@ -162,8 +162,8 @@
 
 	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;
 

Modified: branches/SAMBA_4_0/source/torture/rpc/drsuapi.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/drsuapi.c	2007-03-13 07:30:26 UTC (rev 21816)
+++ branches/SAMBA_4_0/source/torture/rpc/drsuapi.c	2007-03-13 11:10:48 UTC (rev 21817)
@@ -448,8 +448,8 @@
 			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;
 		}



More information about the samba-cvs mailing list