aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-24 00:37:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-24 00:37:30 +0000
commit5a1dd0c605715b4324fdd08b8e1989aed8a94eb8 (patch)
tree2ca5fbbae5ba23bf0be25d6796875e0c56329a2f /fetchmail.c
parentc5c26b53354e99ec1cbb324e4ab6cec6aaff9e02 (diff)
downloadfetchmail-5a1dd0c605715b4324fdd08b8e1989aed8a94eb8.tar.gz
fetchmail-5a1dd0c605715b4324fdd08b8e1989aed8a94eb8.tar.bz2
fetchmail-5a1dd0c605715b4324fdd08b8e1989aed8a94eb8.zip
Correct the interface parsing.
svn path=/trunk/; revision=818
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fetchmail.c b/fetchmail.c
index ea973152..46c77799 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -634,11 +634,6 @@ static int load_params(int argc, char **argv, int optind)
if (ctl->server.envelope == (char *)NULL)
ctl->server.envelope = "X-Envelope-To:";
-#ifdef linux
- /* interface_parse() does its own error logging */
- interface_parse(&ctl->server);
-#endif /* linux */
-
/* sanity checks */
if (ctl->server.port < 0)
{