tidying
[exim.git] / src / src / deliver.c
index 1259cbe81ed35b68885909133116897f3eb8f08d..941a8801e33b5ad32269fd41df8ba4e609dc5078 100644 (file)
@@ -8603,7 +8603,7 @@ if (cutthrough.cctx.sock >= 0 && cutthrough.callout_hold_only)
     if (pid == 0)      /* child: will fork again to totally disconnect */
       {
       smtp_proxy_tls(cutthrough.cctx.tls_ctx, big_buffer, big_buffer_size,
-                     pfd, 5*60);
+                     pfd, 5*60, cutthrough.host.name);
       /* does not return */
       }