aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-11 22:16:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-11 22:16:16 +0000
commitfcdff42c2a08cb2136758c853d0d05328e22d8ca (patch)
treec76563be1355b33566535003b92f55a453ca7a8d
parent1c7d2e11e295fdec81f57f88f3031ffd580ad594 (diff)
downloadfetchmail-fcdff42c2a08cb2136758c853d0d05328e22d8ca.tar.gz
fetchmail-fcdff42c2a08cb2136758c853d0d05328e22d8ca.tar.bz2
fetchmail-fcdff42c2a08cb2136758c853d0d05328e22d8ca.zip
Back to X-OTP.
svn path=/trunk/; revision=3069
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 43aeace3..4c1e6c99 100644
--- a/pop3.c
+++ b/pop3.c
@@ -230,7 +230,7 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting)
has_kerberos = TRUE;
#endif /* defined(KERBEROS_IV) */
#ifdef OPIE_ENABLE
- if (strncasecmp(buffer, "SKEY", 8) == 0)
+ if (strncasecmp(buffer, "X-OTP", 8) == 0)
has_opie = TRUE;
#endif /* OPIE_ENABLE */
}