From: Stephan Bosch Date: Mon, 13 Apr 2020 16:33:08 +0000 (+0200) Subject: master: test-master-login-auth - Don't ignore SIGCHLD. X-Git-Tag: 2.3.13~590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8af3c18a1e9cedafb2e8328cbbc2b24950e2eab;p=thirdparty%2Fdovecot%2Fcore.git master: test-master-login-auth - Don't ignore SIGCHLD. --- 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);