From 763d1ace340134df6a237469bb5b76bc86cbbbec Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 16 Sep 1997 23:24:18 +0000 Subject: improved ETRN handling. svn path=/trunk/; revision=1358 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index fea23f37..883a1b8e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -529,8 +529,8 @@ static int load_params(int argc, char **argv, int optind) def_opts.server.protocol = P_AUTO; def_opts.server.timeout = CLIENT_TIMEOUT; def_opts.remotename = user; - save_str(&def_opts.smtphunt, -1, fetchmailhost); - save_str(&def_opts.smtphunt, -1, "localhost"); + save_str(&def_opts.smtphunt, TRUE, fetchmailhost); + save_str(&def_opts.smtphunt, FALSE, "localhost"); /* this builds the host list */ if (prc_parse_file(rcfile, !versioninfo) != 0) -- cgit v1.2.3