From 15591c53ff9eaea05b6ba6cb387bd7b8e492d292 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Sep 1997 16:04:11 +0000 Subject: Fall back on localhost. svn path=/trunk/; revision=1307 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 1f136098..4730e1e7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -530,6 +530,7 @@ static int load_params(int argc, char **argv, int optind) def_opts.server.timeout = CLIENT_TIMEOUT; def_opts.remotename = user; save_str(&def_opts.smtphunt, -1, fetchmailhost); + save_str(&def_opts.smtphunt, -1, "localhost"); /* this builds the host list */ if (prc_parse_file(rcfile, !versioninfo) != 0) -- cgit v1.2.3