diff options
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index f9e6c9c6..a90c833b 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -818,6 +818,7 @@ static int load_params(int argc, char **argv, int optind) ctl = hostalloc((struct query *)NULL); ctl->server.via = ctl->server.pollname = xstrdup(argv[optind]); + ctl->active = TRUE; } } |