aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */
}