X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdeliver.c;h=34f36cd334c0c8e477e70cfdcd85815a909243a1;hb=5ab065ef81ff3011f6c71230acc8a7eae4924c63;hp=255b4d9c9476db82df36c610fce50e0087e5540a;hpb=c0635b6dfe65ee24c2fb8d165beabc608d2fd1a5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/deliver.c b/src/src/deliver.c index 255b4d9c9..34f36cd33 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -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");