git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8b809
)
Unbreak non-PIPE_CONNECT build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 5 Nov 2018 17:11:27 +0000
(17:11 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 5 Nov 2018 17:11:27 +0000
(17:11 +0000)
Broken-by: ee8b809061
src/src/transports/smtp.h
patch
|
blob
|
history
diff --git
a/src/src/transports/smtp.h
b/src/src/transports/smtp.h
index b9e2b0b0209a805fcd5f8ed301399a15b9179df5..57f87a296c7e5be663f6c89adf6cc30e537b0bae 100644
(file)
--- 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;