]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: test-smtp-submit - Don't ignore SIGCHLD.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 13 Apr 2020 15:45:55 +0000 (17:45 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 25 May 2020 15:29:02 +0000 (17:29 +0200)
src/lib-smtp/test-smtp-submit.c

index 5be90843cbca0641759acc24b683d958e1907957..21ee4156e4c9b4fd93844ae4d6436a6bbb8627a3 100644 (file)
@@ -2190,7 +2190,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);