From 2a2c3129e436d7560de8dcfdd11191cfa6506a92 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 28 Feb 1999 00:31:27 +0000 Subject: Ready to ship 5.0.0. svn path=/trunk/; revision=2393 --- fetchmail.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fetchmail.c') 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")); -- cgit v1.2.3