From 4d33f44909f3d0f704872bed23910ae2f45d9cc2 Mon Sep 17 00:00:00 2001 From: Olov Danielson Date: Mon, 25 Jan 2010 13:43:13 +0000 Subject: [PATCH] When new OTP is discovered, local DB is set to yk_counter=-1 and yk_use=-1 . --- ykval-synclib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ykval-synclib.php b/ykval-synclib.php index 1c0a531..37b0ed4 100644 --- a/ykval-synclib.php +++ b/ykval-synclib.php @@ -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'=>'',