mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix: 'hf mfu rdbl'
fix: 'hf mfu dump' - bad exit strategy
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ int mifare_ultra_readblock(uint8_t blockNo, uint8_t *blockData) {
|
||||
switch ( res ) {
|
||||
case 0:
|
||||
case 1:
|
||||
break;
|
||||
return res;
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user