mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: 'hf mfu rdbl'
fix: 'hf mfu dump' - bad exit strategy
This commit is contained in:
parent
32a1bb4c01
commit
3e7576c86d
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ int mifare_ultra_readblock(uint8_t blockNo, uint8_t *blockData) {
|
||||||
switch ( res ) {
|
switch ( res ) {
|
||||||
case 0:
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
break;
|
return res;
|
||||||
default:
|
default:
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue