diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-26 20:18:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-26 20:22:13 +0100 |
commit | 5ea5d64c99a3f99722034f11d7bf79ab9d10f014 (patch) | |
tree | b93c35e36f52d1c288e000b657cd0df28b876d11 /src | |
parent | e04b82120af2d58bb37519609859050b32b2de32 (diff) |
Tweak debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/src/verify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/verify.c b/src/src/verify.c index e46d2020b..706d42a0f 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -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; |