mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-08 03:54:20 +01:00
Fix.
- fix bug introduced in a28ad6df698b4ef20b6698a1f993019ad25bef25.
This commit is contained in:
parent
b3c5ecc724
commit
db0f55b818
@ -251,7 +251,7 @@ function KSMdecryptOTP($urls, $logger, $curlopts)
|
||||
$ret['session_counter'],
|
||||
$ret['low'],
|
||||
$ret['high'],
|
||||
$ret['session_use'] !== 4)
|
||||
$ret['session_use']) !== 4)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user