mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-03-15 18:29:17 +01:00
Refactor.
This commit is contained in:
parent
ad167cd38a
commit
4433285c33
@ -117,7 +117,7 @@ foreach (array('modified','yk_counter', 'yk_use', 'yk_high', 'yk_low') as $param
|
|||||||
$yk_publicname = $syncParams['yk_publicname'];
|
$yk_publicname = $syncParams['yk_publicname'];
|
||||||
if (($localParams = $sync->getLocalParams($yk_publicname)) === FALSE)
|
if (($localParams = $sync->getLocalParams($yk_publicname)) === FALSE)
|
||||||
{
|
{
|
||||||
$myLog->log(LOG_NOTICE, 'Invalid Yubikey ' . $yk_publicname);
|
$myLog->log(LOG_NOTICE, "Invalid Yubikey $yk_publicname");
|
||||||
sendResp(S_BACKEND_ERROR, $myLog);
|
sendResp(S_BACKEND_ERROR, $myLog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user