aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-16 23:24:18 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-16 23:24:18 +0000
commit763d1ace340134df6a237469bb5b76bc86cbbbec (patch)
tree35e2807b4c60c9e7719a5635c48780fea1d14e64 /fetchmail.c
parent54f14b712e3e8f6007192dfdc2c94d6aec369946 (diff)
downloadfetchmail-763d1ace340134df6a237469bb5b76bc86cbbbec.tar.gz
fetchmail-763d1ace340134df6a237469bb5b76bc86cbbbec.tar.bz2
fetchmail-763d1ace340134df6a237469bb5b76bc86cbbbec.zip
improved ETRN handling.
svn path=/trunk/; revision=1358
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
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)