Unbreak non-PIPE_CONNECT build
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 5 Nov 2018 17:11:27 +0000 (17:11 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 5 Nov 2018 17:11:27 +0000 (17:11 +0000)
Broken-by: ee8b809061
src/src/transports/smtp.h

index b9e2b0b0209a805fcd5f8ed301399a15b9179df5..57f87a296c7e5be663f6c89adf6cc30e537b0bae 100644 (file)
@@ -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;