]> Pileus Git - ~andy/fetchmail/commitdiff
Back to X-OTP.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 11 Feb 2001 22:16:16 +0000 (22:16 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 11 Feb 2001 22:16:16 +0000 (22:16 -0000)
svn path=/trunk/; revision=3069

pop3.c

diff --git a/pop3.c b/pop3.c
index 43aeace3c99d388e3002734876f3b9e2e389c92e..4c1e6c993f96a795d5da681cf9cef0fc75dbca32 100644 (file)
--- 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 */
            }