Callout/hold: fix uninitialized variable
[exim.git] / 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;