diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |