aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index a9045c44..38366111 100644
--- a/unix.c
+++ b/unix.c
@@ -238,7 +238,7 @@ static void sighandler( int signal )
{
/* FIXME: Calling log_message() here is not a very good idea! */
- if( signal == SIGTERM )
+ if( signal == SIGTERM || signal == SIGQUIT || signal == SIGINT )
{
static int first = 1;