fix mf select if

This commit is contained in:
merlokk 2021-08-19 19:43:53 +03:00
commit 533ee8ebd3

View file

@ -2840,7 +2840,7 @@ static int CmdHF14ADesGetKeyVersions(const char *Cmd) {
return PM3_EINVARG; return PM3_EINVARG;
} }
if (keysetpresent && id == 0x000000) { if (keysetpresent && DesfireMFSelected(selectway, id)) {
PrintAndLogEx(WARNING, "Keyset only at Application level"); PrintAndLogEx(WARNING, "Keyset only at Application level");
keysetpresent = false; keysetpresent = false;
} }