diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 723257f9..9652dab3 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -533,6 +533,7 @@ static int load_params(int argc, char **argv, int optind) struct query def_opts, *ctl, *mp; memset(&def_opts, '\0', sizeof(struct query)); + def_opts.smtp_socket = -1; def_opts.server.protocol = P_AUTO; def_opts.server.timeout = CLIENT_TIMEOUT; |