From fcdff42c2a08cb2136758c853d0d05328e22d8ca Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 22:16:16 +0000 Subject: Back to X-OTP. svn path=/trunk/; revision=3069 --- pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } -- cgit v1.2.3