FIX: forgot to change a modified call from @pwpivi 's last update.

This commit is contained in:
iceman1001 2016-01-13 12:49:21 +01:00
parent 0d5ee8e245
commit 4b8ee00f0d

View file

@ -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) {