mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix cppchecker
This commit is contained in:
parent
6db2a84499
commit
03e535ac67
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ static int handler_desfire_freemem(uint32_t *free_mem) {
|
|||
|
||||
size_t dlen = recv_len;
|
||||
p = mifare_cryto_postprocess_data(tag, apdu.data, &dlen, MDCM_PLAIN | CMAC_COMMAND | CMAC_VERIFY);
|
||||
|
||||
(void)p;
|
||||
if (sw != status(MFDES_S_OPERATION_OK))
|
||||
return PM3_ESOFT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue