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:
9a55620
)
Fix initialiser in smtp transport
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 2 Dec 2017 21:11:46 +0000
(21:11 +0000)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Sun, 3 Dec 2017 18:50:31 +0000
(19:50 +0100)
Broken-by: 838d897c8e
src/src/transports/smtp.c
patch
|
blob
|
history
diff --git
a/src/src/transports/smtp.c
b/src/src/transports/smtp.c
index ef9309c471a0f296126cfb9aad2bbd9f0c8cf4d7..61e8d8a4f5e6c39e32134da3e8a674cbd5d6b4ba 100644
(file)
--- a/
src/src/transports/smtp.c
+++ b/
src/src/transports/smtp.c
@@
-206,7
+206,7
@@
void smtp_transport_closedown(transport_instance *tblock) {}
smtp_transport_options_block smtp_transport_option_defaults = {
.hosts = NULL,
- .
hosts =
NULL,
+ .
fallback_hosts =
NULL,
.hostlist = NULL,
.fallback_hostlist = NULL,
.authenticated_sender = NULL,