diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 22:57:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 22:57:12 +0000 |
commit | 07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8 (patch) | |
tree | a40f6fe176246f56d03732cb5c9817cfe815e628 /fetchmail.c | |
parent | 88f8fd8a1f1f72bbebcd4a0cdcb8be53aad49259 (diff) | |
download | fetchmail-07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8.tar.gz fetchmail-07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8.tar.bz2 fetchmail-07eb0c14abbe2a1b4986d82bb3cb64f0cbb1ffb8.zip |
error.c -> report.c
svn path=/trunk/; revision=3527
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); |