mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix mf select if
This commit is contained in:
@@ -2840,7 +2840,7 @@ static int CmdHF14ADesGetKeyVersions(const char *Cmd) {
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
|
||||
if (keysetpresent && id == 0x000000) {
|
||||
if (keysetpresent && DesfireMFSelected(selectway, id)) {
|
||||
PrintAndLogEx(WARNING, "Keyset only at Application level");
|
||||
keysetpresent = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user