summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-04-05 23:37:41 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-04-05 23:37:41 +0100
commitd8b8dd159b784810ec7e5d55e3c49319fc63598a (patch)
tree0854b6d0722cf214c54bd022ef6a2dd397324016 /src
parent765f85e5c894c934db0287bb35d9f9037b8dca1a (diff)
Callout/hold: fix uninitialized variable
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/smtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c
index 0bfab5388..4ce839d63 100644
--- 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;