diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-27 02:52:41 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-27 02:52:41 +0000 |
commit | d173fbd70a1460eca0066aab49893d3407e1c079 (patch) | |
tree | 3dfba5fe5646276ff23a4dd9a0f4347d6e3efb55 | |
parent | 739016719e25b36fb9a68d383ff5cdc71bc0b8c5 (diff) | |
download | fetchmail-d173fbd70a1460eca0066aab49893d3407e1c079.tar.gz fetchmail-d173fbd70a1460eca0066aab49893d3407e1c079.tar.bz2 fetchmail-d173fbd70a1460eca0066aab49893d3407e1c079.zip |
Fix typo.
svn path=/branches/BRANCH_6-3/; revision=4968
-rw-r--r-- | pop2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |