mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
cov 353932
This commit is contained in:
parent
24e620e679
commit
a5a83404ad
1 changed files with 0 additions and 3 deletions
|
@ -1223,9 +1223,6 @@ const char *GetDesfireAccessRightStr(uint8_t right) {
|
|||
static char int_access_str[200];
|
||||
memset(int_access_str, 0, sizeof(int_access_str));
|
||||
|
||||
if (right > 0x0f)
|
||||
return DesfireUnknownStr;
|
||||
|
||||
if (right <= 0x0d) {
|
||||
sprintf(int_access_str, "key 0x%02x", right);
|
||||
return int_access_str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue