[exim-cvs] Unbreak non-PIPE_CONNECT build

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Unbreak non-PIPE_CONNECT build
Gitweb: https://git.exim.org/exim.git/commitdiff/d070b1356df7e5fea393f5f527fad9c00a0424e9
Commit:     d070b1356df7e5fea393f5f527fad9c00a0424e9
Parent:     ee8b809061baea861fc87c41bcb72a62d76b0047
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Nov 5 17:11:27 2018 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Nov 5 17:11:27 2018 +0000


    Unbreak non-PIPE_CONNECT build


    Broken-by: ee8b809061
---
 src/src/transports/smtp.h | 2 ++
 1 file changed, 2 insertions(+)


diff --git a/src/src/transports/smtp.h b/src/src/transports/smtp.h
index b9e2b0b..57f87a2 100644
--- a/src/src/transports/smtp.h
+++ b/src/src/transports/smtp.h
@@ -158,7 +158,9 @@ typedef struct {
   uschar *    smtp_greeting;
   uschar *    helo_response;
 #endif
+#ifdef EXPERIMENTAL_PIPE_CONNECT
   ehlo_resp_precis    ehlo_resp;
+#endif


   address_item *    first_addr;
   address_item *    next_addr;