aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-17 02:34:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-17 02:34:55 +0000
commit457c1fe4e4f1f233a590cf38b779ca0fdcc6b18d (patch)
treeb4f975b586f5d3966630e86ba15281d86b434e24 /fetchmail.c
parentf35ea15b76a5e1883e0c9fe259a3572f8d75bea7 (diff)
downloadfetchmail-457c1fe4e4f1f233a590cf38b779ca0fdcc6b18d.tar.gz
fetchmail-457c1fe4e4f1f233a590cf38b779ca0fdcc6b18d.tar.bz2
fetchmail-457c1fe4e4f1f233a590cf38b779ca0fdcc6b18d.zip
Core dump fix.
svn path=/trunk/; revision=1791
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index bcc98f56..09dbb271 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -696,8 +696,8 @@ static int load_params(int argc, char **argv, int optind)
* we'll do that with the optmerge call later on.
*/
ctl = hostalloc((struct query *)NULL);
-
- ctl->server.pollname = xstrdup(argv[optind]);
+ ctl->server.via =
+ ctl->server.pollname = xstrdup(argv[optind]);
foundit:
ctl->active = TRUE;