]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.c
Callout/hold: fix uninitialized variable
[user/henk/code/exim.git] / src / src / globals.c
index 9e417b0d295ef70705d6daf76ab0c7a8256dc2ee..8dd3922cc41a9778653edefb2c0a9723daab06c5 100644 (file)
@@ -538,8 +538,10 @@ uschar *continue_transport     = NULL;
 
 uschar *csa_status             = NULL;
 cut_t   cutthrough = {
+  FALSE,                               /* verify-only: normal delivery */
   FALSE,                               /* delivery: when to attempt */
   FALSE,                               /* on defer: spool locally */
+  FALSE,                               /* not a TLS conn yet */
   -1,                                  /* fd: open connection */
   0,                                   /* nrcpt: number of addresses */
 };