]> err.no Git - varnish/commitdiff
SIGCHLD has already been taken care of earlier.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 4 Aug 2006 07:19:51 +0000 (07:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 4 Aug 2006 07:19:51 +0000 (07:19 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@631 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_main.c

index ed2436b4898d984248b43daf3608d57afe9b9499..ed176b6d2438cd68e8df4e347b19672af2dd576f 100644 (file)
@@ -22,9 +22,6 @@ void
 child_main(void)
 {
 
-       /* XXX: SO_NOSIGPIPE does not work reliably :-( */
-       signal(SIGPIPE, SIG_IGN);
-
        setbuf(stdout, NULL);
        setbuf(stderr, NULL);
        printf("Child starts\n");