]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: forgot to change a modified call from @pwpivi 's last update.
authoriceman1001 <iceman@iuse.se>
Wed, 13 Jan 2016 11:49:21 +0000 (12:49 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 13 Jan 2016 11:49:21 +0000 (12:49 +0100)
client/cmdhfmf.c

index 94a0b217d1d3707dc6d688a2171c5c90600c4d66..0caa60b9d9a08ca14fdf201512d2cd1923eddfd1 100644 (file)
@@ -894,7 +894,7 @@ int CmdHF14AMfNestedHard(const char *Cmd)
                        slow?"Yes":"No",\r
                        tests);\r
 \r
-       int16_t isOK = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, know_target_key?trgkey:NULL, nonce_file_read, nonce_file_write, slow);\r
+       int16_t isOK = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, know_target_key?trgkey:NULL, nonce_file_read, nonce_file_write, slow, tests);\r
 \r
        if (isOK) {\r
                switch (isOK) {\r
Impressum, Datenschutz