From e8af3c18a1e9cedafb2e8328cbbc2b24950e2eab Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Mon, 13 Apr 2020 18:33:08 +0200 Subject: [PATCH] master: test-master-login-auth - Don't ignore SIGCHLD. --- src/master/test-master-login-auth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/master/test-master-login-auth.c b/src/master/test-master-login-auth.c index 4d15241ae2..dc7aa7ee81 100644 --- a/src/master/test-master-login-auth.c +++ b/src/master/test-master-login-auth.c @@ -987,7 +987,6 @@ int main(int argc, char *argv[]) int ret; atexit(test_atexit); - (void)signal(SIGCHLD, SIG_IGN); (void)signal(SIGTERM, test_signal_handler); (void)signal(SIGQUIT, test_signal_handler); (void)signal(SIGINT, test_signal_handler); -- 2.47.3