aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-18 11:33:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-18 11:33:01 +0000
commit630da9d01f5641fb589ca1f076c4df2abb17460f (patch)
tree255c253a2e0715706601d12fb5a9b4be59f3c10d /imap.c
parentdbb07f3478a29b76cb49752eeb29255c2546dba8 (diff)
downloadfetchmail-630da9d01f5641fb589ca1f076c4df2abb17460f.tar.gz
fetchmail-630da9d01f5641fb589ca1f076c4df2abb17460f.tar.bz2
fetchmail-630da9d01f5641fb589ca1f076c4df2abb17460f.zip
Typo fix.
svn path=/trunk/; revision=3464
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 1849d399..afa9816d 100644
--- a/imap.c
+++ b/imap.c
@@ -371,7 +371,7 @@ static int imap_getauth(int sock, struct query *ctl, char *greeting)
else
return ok;
#else
- if (ctl->server.authenticate == A_NTLM)
+ if (ctl->server.authenticate == A_OTP)
{
report(stderr,
_("Required OTP capability not compiled into fetchmail\n"));