From b3019b2b1040fb6f2e26be165cd46832de702555 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 30 Jan 1997 04:04:46 +0000 Subject: Prevent a core-dump bug. svn path=/trunk/; revision=840 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 46c77799..75d9e542 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -582,7 +582,7 @@ static int load_params(int argc, char **argv, int optind) { ctl->uid = pw->pw_uid; /* for local delivery via MDA */ if (!ctl->localnames) /* for local delivery via SMTP */ - save_str(&ctl->localnames, -1, user); + save_str_pair(&ctl->localnames, user, NULL); } #if !defined(HAVE_GETHOSTBYNAME) || !defined(HAVE_RES_SEARCH) -- cgit v1.2.3