diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-11-28 03:57:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-11-28 03:57:21 +0000 |
commit | d78109501b6b323f7ee848cd1357cae83fa06ca3 (patch) | |
tree | 4f416a2eac68f612a966a2b02c6d982075862571 /fetchmail.c | |
parent | b15b8a36340456a6c75fa07cb4233b06f3f0fe75 (diff) | |
download | fetchmail-d78109501b6b323f7ee848cd1357cae83fa06ca3.tar.gz fetchmail-d78109501b6b323f7ee848cd1357cae83fa06ca3.tar.bz2 fetchmail-d78109501b6b323f7ee848cd1357cae83fa06ca3.zip |
Sent this to Gunther Leber.
svn path=/trunk/; revision=1541
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 7109a69f..444814df 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -581,7 +581,6 @@ 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, FALSE, fetchmailhost); - save_str(&def_opts.smtphunt, FALSE, "localhost"); def_opts.expunge = 1; def_opts.server.envskip = 0; |