]> Pileus Git - ~andy/fetchmail/blobdiff - pop2.c
Update German translation.
[~andy/fetchmail] / pop2.c
diff --git a/pop2.c b/pop2.c
index 6d3980f9af658f42432cb7132dc6d6a0fe3c258d..03d58a18f92334be44b0c57bd5774e1cf6893d18 100644 (file)
--- 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;