From e21998feeeba8316714476ac4dddb70a41e6df5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 27 Apr 2020 19:44:23 +0200 Subject: [PATCH] Added signal handler installation when running in the foreground #2636 --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 6bc9c778a..fe951ac5a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1754,6 +1754,7 @@ gotofork: } else { GloAdmin->flush_error_log(); + GloVars.install_signal_handler(); } __start_label: