projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765f85e
)
Callout/hold: fix uninitialized variable
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 5 Apr 2017 22:37:41 +0000
(23:37 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 5 Apr 2017 22:37:41 +0000
(23:37 +0100)
src/src/transports/smtp.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/transports/smtp.c
b/src/src/transports/smtp.c
index 0bfab53882e0bc3c8544a1c4955dc05297f2fe9b..4ce839d63631e42b60089992438df343d7d9b9e5 100644
(file)
--- a/
src/src/transports/smtp.c
+++ b/
src/src/transports/smtp.c
@@
-2757,6
+2757,7
@@
if (continue_hostname && continue_sequence == 1)
address_item * addr;
sx.peer_offered = smtp_peer_options;
+ sx.pending_MAIL = FALSE;
sx.ok = TRUE;
sx.next_addr = NULL;