X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e34f8ca2022e340d3c0e36260a0232fab306dfcc..dec766a1977250758eb7a3e127e079a9271afd89:/src/src/exim.c diff --git a/src/src/exim.c b/src/src/exim.c index 870b33949..9fceaf524 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -543,7 +543,7 @@ close_unwanted(void) if (smtp_input) { #ifdef SUPPORT_TLS - tls_close(TRUE, FALSE); /* Shut down the TLS library */ + tls_close(TRUE, TLS_NO_SHUTDOWN); /* Shut down the TLS library */ #endif (void)close(fileno(smtp_in)); (void)close(fileno(smtp_out));