X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=imap-send.c;h=9adf4b981953080676aa24907fead1038b920e60;hb=6fe519a91cc7131931ca50fedcdeb8e41453c892;hp=71506a8dd3ed07fe44c487a644ce9a42b94a7578;hpb=26517dea245cc6332ffb80cf7747f6c211aa2e4d;p=git.git diff --git a/imap-send.c b/imap-send.c index 71506a8dd..9adf4b981 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);