From d173fbd70a1460eca0066aab49893d3407e1c079 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 27 Nov 2006 02:52:41 +0000 Subject: Fix typo. svn path=/branches/BRANCH_6-3/; revision=4968 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop2.c b/pop2.c index 6d3980f9..03d58a18 100644 --- a/pop2.c +++ b/pop2.c @@ -68,7 +68,7 @@ static int pop2_getauth(int sock, struct query *ctl, char *buf) return PS_SOCKET; } - if (ctl->server.authentication != A_ANY && ctl->server.authentication != A_PASSWORD) + if (ctl->server.authenticate != A_ANY && ctl->server.authenticate != A_PASSWORD) { report(stderr, GT_("POP2 only supports password authentication. Giving up.\n")); return PS_AUTHFAIL; -- cgit v1.2.3