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;