From: Jeremy Harris Date: Tue, 23 Feb 2021 17:32:04 +0000 (+0000) Subject: Bulid: fix DISABLE_PIPE_CONNECT build. Bug 270333 X-Git-Tag: exim-4.95-RC0~119 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/a842359f622190904ceccfff1afff021570566eb Bulid: fix DISABLE_PIPE_CONNECT build. Bug 270333 --- diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 7ad2a89ec..95fa6daa9 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -969,7 +969,7 @@ fail: (void) smtp_discard_responses(sx, sx->conn_args.ob, *countp); return rc; } -#endif +#endif /*!DISABLE_PIPE_CONNECT*/ /************************************************* @@ -1500,7 +1500,9 @@ if ( sx->esmtp if (require_auth == OK && !f.smtp_authenticated) { +#ifndef DISABLE_PIPE_CONNECT invalidate_ehlo_cache_entry(sx); +#endif set_errno_nohost(sx->addrlist, ERRNO_AUTHFAIL, string_sprintf("authentication required but %s", fail_reason), DEFER, FALSE, &sx->delivery_start);