Callout/hold: fix uninitialized variable
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 5 Apr 2017 22:37:41 +0000 (23:37 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 5 Apr 2017 22:37:41 +0000 (23:37 +0100)
src/src/transports/smtp.c

index 0bfab53882e0bc3c8544a1c4955dc05297f2fe9b..4ce839d63631e42b60089992438df343d7d9b9e5 100644 (file)
@@ -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;