]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: test-auth-master - Don't ignore SIGCHLD.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 13 Apr 2020 16:30:54 +0000 (18:30 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 25 May 2020 17:38:24 +0000 (19:38 +0200)
src/master/test-auth-master.c

index 36fcf00776e96c623891312a249158f25b07ce8b..c4c6b62ea659f012058685c349e403dccd62fade 100644 (file)
@@ -1383,7 +1383,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);