mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
When new OTP is discovered, local DB is set to yk_counter=-1 and yk_use=-1 .
This commit is contained in:
parent
d0bdf51ba6
commit
4d33f44909
@ -139,8 +139,8 @@ class SyncLib
|
||||
'modified'=>0,
|
||||
'yk_publicname'=>$yk_publicname,
|
||||
'yk_internalname'=>'not set',
|
||||
'yk_counter'=>0,
|
||||
'yk_use'=>0,
|
||||
'yk_counter'=>-1,
|
||||
'yk_use'=>-1,
|
||||
'yk_low'=>0,
|
||||
'yk_high'=>0,
|
||||
'nonce'=>'',
|
||||
|
Loading…
x
Reference in New Issue
Block a user