Skip to content

Commit

Permalink
fix firemon signal handler - #4274
Browse files Browse the repository at this point in the history
  • Loading branch information
smitsohu committed May 16, 2021
1 parent ef4b0de commit 57c0c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firemon/firemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57c0c21

Please sign in to comment.