]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Ignore SIGPIPE. This is safe, since it only raises, when the remote site died before...
authorerdgeist <>
Wed, 10 Jan 2007 16:42:39 +0000 (16:42 +0000)
committererdgeist <>
Wed, 10 Jan 2007 16:42:39 +0000 (16:42 +0000)
opentracker.c

index d22a3b2d22876f5cc5d49f9e694390bf0d2b2ad7..ac0908926a6e43408840a5e78e009a14b3328e6f 100644 (file)
@@ -382,6 +382,7 @@ allparsed:
   if (!io_fd(s))
     panic("io_fd");
 
+  signal( SIGPIPE, SIG_IGN );
   signal( SIGINT, graceful );
   if( init_logic( serverdir ) == -1 )
     panic("Logic not started");