svn commit: samba r20105 - in branches/SAMBA_4_0/source/libnet: .

metze at samba.org metze at samba.org
Mon Dec 11 13:17:36 GMT 2006


Author: metze
Date: 2006-12-11 13:17:36 +0000 (Mon, 11 Dec 2006)
New Revision: 20105

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

Log:
remove useless comments

metze
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_become_dc.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_become_dc.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2006-12-11 08:53:29 UTC (rev 20104)
+++ branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2006-12-11 13:17:36 UTC (rev 20105)
@@ -1177,7 +1177,6 @@
 		v = talloc_array(vs, struct drsuapi_DsReplicaObjectIdentifier3, 1);
 		if (composite_nomem(v, c)) return;
 
-		/* value for nTDSDSA */
 		v[0].guid		= GUID_zero();
 		v[0].sid		= s->zero_sid;
 		v[0].dn			= talloc_asprintf(v, "CN=NTDS-DSA,%s",
@@ -1204,7 +1203,6 @@
 		v = talloc_array(vs, struct GUID, 1);
 		if (composite_nomem(v, c)) return;
 
-		/* value for nTDSDSA */
 		v[0]			= s->dest_dsa.invocation_id;
 
 		vs[0].guid		= &v[0];



More information about the samba-cvs mailing list