diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
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")); |