Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPE
[exim.git] / src / src / transports / smtp.c
index 975fc16aa20984a4a46ed19ec5e48caebf372ae7..6741c01a6063c25c6af63f2173a5d9a20084e4da 100644 (file)
@@ -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