svn commit: samba r10704 - in branches/SAMBA_4_0/source/winbind: .

tridge at samba.org tridge at samba.org
Tue Oct 4 01:35:23 GMT 2005


Author: tridge
Date: 2005-10-04 01:35:22 +0000 (Tue, 04 Oct 2005)
New Revision: 10704

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

Log:

don't try to free the netlogon pipe twice

Modified:
   branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c


Changeset:
Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c
===================================================================
--- branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c	2005-10-04 01:02:06 UTC (rev 10703)
+++ branches/SAMBA_4_0/source/winbind/wb_samba3_cmd.c	2005-10-04 01:35:22 UTC (rev 10704)
@@ -103,6 +103,7 @@
 
 	if (service->netlogon != NULL) {
 		talloc_free(service->netlogon);
+		service->netlogon = NULL;
 	}
 
 	state = talloc(s3call, struct check_machacc_state);



More information about the samba-cvs mailing list