From c3e4b2d2782832bcb0072cd7cbb7f0f94910d4bc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 19 Oct 2006 09:35:05 +0000 Subject: r19411: sigh - we can't call close here as its mapped to swrap_close() in the build farm (This used to be commit be43b8c5692f6bb6f1cc74d07f24376b43593256) --- source4/lib/replace/test/testsuite.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/replace/test/testsuite.c b/source4/lib/replace/test/testsuite.c index d119424362..a57247377b 100644 --- a/source4/lib/replace/test/testsuite.c +++ b/source4/lib/replace/test/testsuite.c @@ -411,9 +411,6 @@ static int test_socketpair(void) return false; } - close(sock[0]); - close(sock[1]); - printf("success: socketpair\n"); return true; -- cgit