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:
parent
cb54854abe
commit
f0e6958942
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user