From 26aa3b67841443cd7ebee8dc5397e351c94046e9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 12 Sep 1996 13:04:18 +0000 Subject: No more `bis'. svn path=/trunk/; revision=89 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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)); -- cgit v1.2.3