mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -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;
|
||||
}
|
||||
|
||||
if (keysetpresent && id == 0x000000) {
|
||||
if (keysetpresent && DesfireMFSelected(selectway, id)) {
|
||||
PrintAndLogEx(WARNING, "Keyset only at Application level");
|
||||
keysetpresent = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue