aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-02-28 00:31:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-02-28 00:31:27 +0000
commit2a2c3129e436d7560de8dcfdd11191cfa6506a92 (patch)
tree4e7c7cbe8887c4c4b55d7bc053c88823197da5f6 /fetchmail.c
parentd4c2c187a478cdfbd55cb262ba8845930764c861 (diff)
downloadfetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.tar.gz
fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.tar.bz2
fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.zip
Ready to ship 5.0.0.
svn path=/trunk/; revision=2393
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index cfbbb863..11d3d9da 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1284,7 +1284,6 @@ static int query_host(struct query *ctl)
}
ctl->server.protocol = P_AUTO;
return(st);
- break;
case P_POP2:
#ifdef POP2_ENABLE
return(doPOP2(ctl));
@@ -1314,7 +1313,6 @@ static int query_host(struct query *ctl)
report(stderr, _("IMAP support is not configured.\n"));
return(PS_PROTOCOL);
#endif /* IMAP_ENABLE */
- break;
case P_ETRN:
#ifndef ETRN_ENABLE
report(stderr, _("ETRN support is not configured.\n"));