From: Stephan Bosch Date: Sun, 12 Apr 2020 17:13:48 +0000 (+0200) Subject: lib-http: test-http-payload - Don't ignore SIGCHLD. X-Git-Tag: 2.3.13~721 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47e3a7bedbba9ebb3f1de26635bac03225a8aa7f;p=thirdparty%2Fdovecot%2Fcore.git lib-http: test-http-payload - Don't ignore SIGCHLD. --- diff --git a/src/lib-http/test-http-payload.c b/src/lib-http/test-http-payload.c index 9e479acc9b..b0017f2a57 100644 --- a/src/lib-http/test-http-payload.c +++ b/src/lib-http/test-http-payload.c @@ -2259,7 +2259,6 @@ int main(int argc, char *argv[]) #endif 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);