diff options
-rw-r--r-- | opentracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index d22a3b2..ac09089 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -382,6 +382,7 @@ allparsed: | |||
382 | if (!io_fd(s)) | 382 | if (!io_fd(s)) |
383 | panic("io_fd"); | 383 | panic("io_fd"); |
384 | 384 | ||
385 | signal( SIGPIPE, SIG_IGN ); | ||
385 | signal( SIGINT, graceful ); | 386 | signal( SIGINT, graceful ); |
386 | if( init_logic( serverdir ) == -1 ) | 387 | if( init_logic( serverdir ) == -1 ) |
387 | panic("Logic not started"); | 388 | panic("Logic not started"); |