1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-08 03:54:20 +01:00
- fix bug introduced in a28ad6df698b4ef20b6698a1f993019ad25bef25.
This commit is contained in:
Jean Paul Galea 2015-07-18 00:07:22 +02:00
parent b3c5ecc724
commit db0f55b818

View File

@ -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;
}