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

metze at samba.org metze at samba.org
Mon Feb 26 11:49:33 GMT 2007


Author: metze
Date: 2007-02-26 11:49:32 +0000 (Mon, 26 Feb 2007)
New Revision: 21538

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

Log:
this looks better...

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	2007-02-26 09:53:35 UTC (rev 21537)
+++ branches/SAMBA_4_0/source/libnet/libnet_become_dc.c	2007-02-26 11:49:32 UTC (rev 21538)
@@ -1189,7 +1189,7 @@
 		v[0].sid		= s->zero_sid;
 		v[0].dn			= talloc_asprintf(vd, "CN=NTDS-DSA,%s",
 							  s->forest.schema_dn_str);
-		if (composite_nomem(v->dn, c)) return;
+		if (composite_nomem(v[0].dn, c)) return;
 
 		c->status = ndr_push_struct_blob(&vd[0], vd, &v[0],
 						 (ndr_push_flags_fn_t)ndr_push_drsuapi_DsReplicaObjectIdentifier3);



More information about the samba-cvs mailing list