break if only checking passwords

This commit is contained in:
iceman1001 2025-01-27 22:08:49 +01:00
commit 5b1fadb7c6

View file

@ -1957,6 +1957,12 @@ static int CmdLFHitag2Chk(const char *Cmd) {
break; break;
} }
free(keys); free(keys);
PrintAndLogEx(NORMAL, "");
if (use_pwd) {
break;
}
} }
t1 = msclock() - t1; t1 = msclock() - t1;