mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Fix unnecessary stuff.
This commit is contained in:
parent
7191aa8b14
commit
685b1e47ef
1 changed files with 0 additions and 1 deletions
|
@ -450,7 +450,6 @@ static int get_desfire_signature(uint8_t *signature, size_t *signature_len) {
|
|||
if (recv_len != 56) {
|
||||
*signature_len = 0;
|
||||
DropField();
|
||||
PrintAndLogEx(SUCCESS, " Signature verified: %d " _GREEN_("successful"), recv_len);
|
||||
return PM3_ESOFT;
|
||||
} else {
|
||||
*signature_len = recv_len;
|
||||
|
|
Loading…
Reference in a new issue