From 4b8ee00f0dfd98dcaaecaaae108355893a90c04c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 13 Jan 2016 12:49:21 +0100 Subject: [PATCH] FIX: forgot to change a modified call from @pwpivi 's last update. --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {