mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-04-06 00:57:43 +02:00
Added helper comments.
This commit is contained in:
parent
7689fe4ba1
commit
b4b44c4d04
@ -246,6 +246,7 @@ class SyncLib
|
||||
return ($p1['yk_counter'] == $p2['yk_counter']) && ($p1['yk_use'] == $p2['yk_use']);
|
||||
}
|
||||
|
||||
// queue daemon
|
||||
public function reSync($older_than=60, $timeout)
|
||||
{
|
||||
$this->log(LOG_DEBUG, 'starting resync');
|
||||
@ -380,6 +381,7 @@ class SyncLib
|
||||
return true;
|
||||
}
|
||||
|
||||
// blocks verify requests
|
||||
public function sync($ans_req, $timeout=1)
|
||||
{
|
||||
// construct URLs
|
||||
|
Loading…
x
Reference in New Issue
Block a user