From bea28ae654110cc8c9584298783605893b2b15fa Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 Dec 2017 11:54:38 +0100 Subject: [PATCH] chg: wrong var name --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index d3f3b280d..ccb46901e 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -2873,7 +2873,7 @@ int CmdHf14AMfNack(const char *Cmd) { PrintAndLog("Three different nonces used, expecting three nacks"); PrintAndLog("Num of sent auth requestes : %u", auths); - PrintAndLog("Num of received NACK : %u", num_nacks); + PrintAndLog("Num of received NACK : %u", nacks); switch( ok ) { case -1 : PrintAndLog("Button pressed. Aborted."); return 1; case -3 : PrintAndLog("Card random number generator is not predictable)."); return 1;