From 8ffe97c75bd3160403c7251a60aeea91f6ae0b22 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 18 Dec 2017 12:15:03 +0100 Subject: [PATCH] chg: reseting values --- client/cmdhfmf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index ac9d6b68a..570ebc55f 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1337,6 +1337,8 @@ int CmdHF14AMfChk_fast(const char *Cmd) { if ( res == 0 || res == 2 ) goto out; } // end chunks of keys + firstChunk = true; + lastChunk = false; } // end strategy out: t1 = msclock() - t1;