diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 94a0b217d..0caa60b9d 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -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) {