From: Stephan Bosch Date: Mon, 13 Apr 2020 10:45:34 +0000 (+0200) Subject: lib-http: test-http-server-errors - Don't ignore SIGCHLD. X-Git-Tag: 2.3.13~702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5849b22585fcbede986e1e4ec35a01c4d62c4a2d;p=thirdparty%2Fdovecot%2Fcore.git lib-http: test-http-server-errors - Don't ignore SIGCHLD. --- diff --git a/src/lib-http/test-http-server-errors.c b/src/lib-http/test-http-server-errors.c index 128ba6b229..d83c2ce2e2 100644 --- a/src/lib-http/test-http-server-errors.c +++ b/src/lib-http/test-http-server-errors.c @@ -1023,7 +1023,6 @@ int main(int argc, char *argv[]) int c; atexit(test_atexit); - (void)signal(SIGCHLD, SIG_IGN); (void)signal(SIGPIPE, SIG_IGN); (void)signal(SIGTERM, test_signal_handler); (void)signal(SIGQUIT, test_signal_handler);