mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 07:05:40 -07:00
fix mf select if
This commit is contained in:
parent
42b28500f4
commit
533ee8ebd3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue