From 207601ccb5c5c4af8ebefb43ac58b5e95c7fe01e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 30 Nov 1996 18:47:02 +0000 Subject: Make the no-config-file case work correctly again. svn path=/trunk/; revision=587 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index 59d9cf6e..6e9d1134 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -460,7 +460,7 @@ static int load_params(int argc, char **argv, int optind) goto foundit; ctl = hostalloc(&cmd_opts); - strcpy(ctl->servernames->id, argv[optind]); + save_str(&ctl->servernames, -1, argv[optind]); foundit: ctl->active = TRUE; -- cgit v1.2.3