r631 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 4 09:19:51 CEST 2006


Author: phk
Date: 2006-08-04 09:19:51 +0200 (Fri, 04 Aug 2006)
New Revision: 631

Modified:
   trunk/varnish-cache/bin/varnishd/cache_main.c
Log:
SIGCHLD has already been taken care of earlier.


Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2006-08-04 06:53:26 UTC (rev 630)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2006-08-04 07:19:51 UTC (rev 631)
@@ -22,9 +22,6 @@
 child_main(void)
 {
 
-	/* XXX: SO_NOSIGPIPE does not work reliably :-( */
-	signal(SIGPIPE, SIG_IGN);
-
 	setbuf(stdout, NULL);
 	setbuf(stderr, NULL);
 	printf("Child starts\n");




More information about the varnish-commit mailing list