mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Fix old UID display on hf mf csetuid
This commit is contained in:
parent
596a97a886
commit
7c5e3a29de
2 changed files with 3 additions and 2 deletions
|
@ -2082,9 +2082,10 @@ void MifareCSetBlock(uint32_t arg0, uint32_t arg1, uint8_t *datain) {
|
|||
if (!iso14443a_select_card(uid, NULL, &cuid, true, 0, true)) {
|
||||
if (DBGLEVEL >= DBG_ERROR) Dbprintf("Can't select card");
|
||||
errormsg = MAGIC_UID;
|
||||
mifare_classic_halt_ex(NULL);
|
||||
break;
|
||||
}
|
||||
mifare_classic_halt_ex(NULL);
|
||||
break;
|
||||
}
|
||||
|
||||
// wipe tag, fill it with zeros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue