aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3bdd096..d4ba0f9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -99,7 +99,7 @@ main(int argc, char **argv)
char pbuf[IPC_MQSIZ+1];
struct timespec ts_sem_input;
- signal(SIGINT, sigfunc);
+ signal(SIGINT, SIG_IGN);
signal(SIGTERM, sigfunc);
if ( clock_gettime(CLOCK_REALTIME, &ts_sem_input) == -1 ) {