1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Fix typo.

This commit is contained in:
Simon Josefsson 2009-03-18 11:18:10 +00:00
parent cb54854abe
commit f0e6958942

View File

@ -146,7 +146,7 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse) {
round(100*$percent) . '%'); round(100*$percent) . '%');
if ($deviation > TS_ABS_TOLERANCE && $percent > TS_REL_TOLERANCE) { if ($deviation > TS_ABS_TOLERANCE && $percent > TS_REL_TOLERANCE) {
debug("OTP failed phishing test"); debug("OTP failed phishing test");
if ($ad['chk_time']) { if ($cd['chk_time']) {
sendResp(S_DELAYED_OTP); sendResp(S_DELAYED_OTP);
exit; exit;
} }