X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/817d9f576cdfbc27cf0536be348645baf27d7836..5428a9463ae1080029a84a1b33e4a8a6915c5f28:/src/src/daemon.c diff --git a/src/src/daemon.c b/src/src/daemon.c index 3467f14a7..8e61dcf87 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -639,7 +639,7 @@ if (pid == 0) the data structures if necessary. */ #ifdef SUPPORT_TLS - tls_close(FALSE, FALSE); + tls_close(TRUE, FALSE); #endif /* Reset SIGHUP and SIGCHLD in the child in both cases. */