diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 9ac95a96..e4889e4d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1291,6 +1291,7 @@ static int query_host(struct query *ctl) break; } ctl->server.protocol = P_AUTO; + break; case P_POP2: #ifdef POP2_ENABLE st = doPOP2(ctl); |