From: iceman1001 Date: Wed, 13 Jan 2016 11:49:21 +0000 (+0100) Subject: FIX: forgot to change a modified call from @pwpivi 's last update. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/4b8ee00f0dfd98dcaaecaaae108355893a90c04c FIX: forgot to change a modified call from @pwpivi 's last update. --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 94a0b217..0caa60b9 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) {