From 457c1fe4e4f1f233a590cf38b779ca0fdcc6b18d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 17 May 1998 02:34:55 +0000 Subject: Core dump fix. svn path=/trunk/; revision=1791 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') 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; -- cgit v1.2.3