Tweak debug output
[exim.git] / src / src / verify.c
index e46d2020bd76d006de3572225c2389df8103cfa1..706d42a0fc1cad3ba853b96aff86c1c563454585 100644 (file)
@@ -1395,6 +1395,7 @@ cutthrough.delivery = cutthrough.callout_hold_only = FALSE;
 void
 release_cutthrough_connection(const uschar * why)
 {
+if (cutthrough.fd < 0) return;
 HDEBUG(D_acl) debug_printf_indent("release cutthrough conn: %s\n", why);
 cutthrough.fd = -1;
 cutthrough.delivery = cutthrough.callout_hold_only = FALSE;