diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-17 03:09:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-17 03:09:25 +0000 |
commit | b26cb99aa5f3e8f13e869c82231999fbfc23d94b (patch) | |
tree | 765685260713c3bff45167994ccf9a9c58250bbb /fetchmail.c | |
parent | 5ad40a26e24ce408c56db32b536545560a1e9e4f (diff) | |
download | fetchmail-b26cb99aa5f3e8f13e869c82231999fbfc23d94b.tar.gz fetchmail-b26cb99aa5f3e8f13e869c82231999fbfc23d94b.tar.bz2 fetchmail-b26cb99aa5f3e8f13e869c82231999fbfc23d94b.zip |
Duh. Synthesized record has to be declared active.
svn path=/trunk/; revision=1941
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 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; } } |