svn commit: samba r19411 - in branches/SAMBA_4_0/source/lib/replace/test: .

tridge at samba.org tridge at samba.org
Thu Oct 19 09:35:05 GMT 2006


Author: tridge
Date: 2006-10-19 09:35:05 +0000 (Thu, 19 Oct 2006)
New Revision: 19411

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

Log:

sigh - we can't call close here as its mapped to swrap_close() in the
build farm

Modified:
   branches/SAMBA_4_0/source/lib/replace/test/testsuite.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/test/testsuite.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2006-10-19 08:58:55 UTC (rev 19410)
+++ branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2006-10-19 09:35:05 UTC (rev 19411)
@@ -411,9 +411,6 @@
 		return false;
 	}
 
-	close(sock[0]);
-	close(sock[1]);
-
 	printf("success: socketpair\n");
 
 	return true;



More information about the samba-cvs mailing list