mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
FIX: forgot to change a modified call from @pwpivi 's last update.
This commit is contained in:
parent
0d5ee8e245
commit
4b8ee00f0d
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ int CmdHF14AMfNestedHard(const char *Cmd)
|
|||
slow?"Yes":"No",
|
||||
tests);
|
||||
|
||||
int16_t isOK = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, know_target_key?trgkey:NULL, nonce_file_read, nonce_file_write, slow);
|
||||
int16_t isOK = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, know_target_key?trgkey:NULL, nonce_file_read, nonce_file_write, slow, tests);
|
||||
|
||||
if (isOK) {
|
||||
switch (isOK) {
|
||||
|
|
Loading…
Reference in a new issue