mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-13 16:43:26 +08:00
coverity fix 286651
This commit is contained in:
parent
0896cee51c
commit
fa98a10b38
1 changed files with 1 additions and 1 deletions
|
@ -3669,7 +3669,7 @@ static int AuthCheckDesfire(uint8_t *aid, uint8_t deskeyList[MAX_KEYS_LIST_LEN][
|
||||||
DropField();
|
DropField();
|
||||||
res = handler_desfire_select_application(aid);
|
res = handler_desfire_select_application(aid);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(ERR, "AID %X does not exist.");
|
PrintAndLogEx(ERR, "AID 0x%06X does not exist", curaid);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue