diff --git a/opentracker.c b/opentracker.c index d22a3b2..ac09089 100644 --- a/opentracker.c +++ b/opentracker.c @@ -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");