DANE: smtp transport option dane_require_tls_ciphers
[exim.git] / src / src / deliver.c
index 255b4d9c9476db82df36c610fce50e0087e5540a..34f36cd334c0c8e477e70cfdcd85815a909243a1 100644 (file)
@@ -4988,7 +4988,7 @@ all pipes, so I do not see a reason to use non-blocking IO here
   if (cutthrough.fd >= 0 && cutthrough.callout_hold_only)
     {
 #ifdef SUPPORT_TLS
-    tls_close(FALSE, FALSE);
+    tls_close(FALSE, TLS_NO_SHUTDOWN);
 #endif
     (void) close(cutthrough.fd);
     release_cutthrough_connection(US"passed to transport proc");