X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ff2c417d0b970db22a382cb692d066d8fe3c32ae..a400eccf287c55558ae7197c831828cf10b0a35c:/src/src/exim.c diff --git a/src/src/exim.c b/src/src/exim.c index a715c0b39..856e65571 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -526,7 +526,7 @@ close_unwanted(void) if (smtp_input) { #ifdef SUPPORT_TLS - tls_close(FALSE, FALSE); /* Shut down the TLS library */ + tls_close(TRUE, FALSE); /* Shut down the TLS library */ #endif (void)close(fileno(smtp_in)); (void)close(fileno(smtp_out));