mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Fix bug.
- this was not introduced by my refactoring. - LOG_ALERT message was incorrect, probably yy,p from counter block.
This commit is contained in:
parent
3aecc617c3
commit
645c5c5467
@ -247,7 +247,7 @@ class SyncLib
|
||||
|
||||
$i = preg_match("/^nonce=([[:alnum:]]+)/m", $str, $out);
|
||||
if ($i != 1) {
|
||||
$this->log(LOG_ALERT, "cannot parse counter value: $str");
|
||||
$this->log(LOG_ALERT, "cannot parse nonce value: $str");
|
||||
}
|
||||
$resParams['nonce']=$out[1];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user