diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 975fc16aa..6741c01a6 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -2958,6 +2958,7 @@ writing RSET might have failed, or there may be other addresses whose hosts are specified in the transports, and therefore not visible at top level, in which case continue_more won't get set. */ +HDEBUG(D_transport|D_acl|D_v) debug_printf(" SMTP(close)>>\n"); (void)close(inblock.sock); #ifndef DISABLE_EVENT |