X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=imap-send.c;h=9adf4b981953080676aa24907fead1038b920e60;hb=37be802240a5201750679e20ad599dbb78376c72;hp=71506a8dd3ed07fe44c487a644ce9a42b94a7578;hpb=2de132f8844f3b1b3c9f898e48829630d0cabb07;p=thirdparty%2Fgit.git diff --git a/imap-send.c b/imap-send.c index 71506a8dd3..9adf4b9819 100644 --- a/imap-send.c +++ b/imap-send.c @@ -1069,7 +1069,7 @@ static struct store *imap_open_store(struct imap_server_conf *srvc) if (srvc->tunnel) { const char *argv[] = { srvc->tunnel, NULL }; - struct child_process tunnel = {0}; + struct child_process tunnel = {NULL}; imap_info("Starting tunnel '%s'... ", srvc->tunnel);