mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 08:27:51 +08:00
hardnested: don't drop field when in test mode
This commit is contained in:
parent
07f41da74d
commit
31ccc7d7ca
1 changed files with 1 additions and 1 deletions
|
@ -1866,7 +1866,7 @@ static int CmdHF14AMfNestedHard(const char *Cmd) {
|
|||
uint64_t foundkey = 0;
|
||||
int16_t isOK = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, know_target_key ? trgkey : NULL, nonce_file_read, nonce_file_write, slow, tests, &foundkey, filename);
|
||||
|
||||
DropField();
|
||||
if (tests == 0) DropField();
|
||||
if (isOK) {
|
||||
switch (isOK) {
|
||||
case 1 :
|
||||
|
|
Loading…
Reference in a new issue