From 57c0c21e09f453771694eb33b77a212791c98a71 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sun, 16 May 2021 16:08:58 +0200 Subject: fix firemon signal handler - #4274 --- src/firemon/firemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon') diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c index 37870747d..6c34cd411 100644 --- a/src/firemon/firemon.c +++ b/src/firemon/firemon.c @@ -52,7 +52,7 @@ static void my_handler(int s){ if (terminal_set) tcsetattr(0, TCSANOW, &tlocal); - exit(0); + _exit(0); } // find the second child process for the specified pid -- cgit v1.2.3-70-g09d2