diff options
-rw-r--r-- | opentracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index d97e73e..f39dbdb 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -849,6 +849,7 @@ int main( int argc, char **argv ) { | |||
849 | 849 | ||
850 | signal( SIGPIPE, SIG_IGN ); | 850 | signal( SIGPIPE, SIG_IGN ); |
851 | signal( SIGINT, graceful ); | 851 | signal( SIGINT, graceful ); |
852 | signal( SIGALRM, SIG_IGN ); | ||
852 | 853 | ||
853 | if( init_logic( serverdir ) == -1 ) | 854 | if( init_logic( serverdir ) == -1 ) |
854 | panic( "Logic not started" ); | 855 | panic( "Logic not started" ); |