diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-12 13:04:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-12 13:04:18 +0000 |
commit | 26aa3b67841443cd7ebee8dc5397e351c94046e9 (patch) | |
tree | 406f79767830b67c133e30680cea1b5acc99786f /fetchmail.c | |
parent | 58b1a385369447775ee7cf5fd629c4ba3f35ead3 (diff) | |
download | fetchmail-26aa3b67841443cd7ebee8dc5397e351c94046e9.tar.gz fetchmail-26aa3b67841443cd7ebee8dc5397e351c94046e9.tar.bz2 fetchmail-26aa3b67841443cd7ebee8dc5397e351c94046e9.zip |
No more `bis'.
svn path=/trunk/; revision=89
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 8dbaaaa4..d3645db1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -331,7 +331,7 @@ struct hostrec *queryctl; break; case P_POP3: case P_APOP: - return(doPOP3bis(queryctl)); + return(doPOP3(queryctl)); break; case P_IMAP: return(doIMAP(queryctl)); |