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 9edbeb5e..488e95e5 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -788,6 +788,7 @@ static int load_params(int argc, char **argv, int optind) ctl->server.via = ctl->server.pollname = xstrdup(argv[optind]); ctl->active = TRUE; + ctl->server.lead_server = (struct hostdata *)NULL; } } |