mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
chg: wrong var name
This commit is contained in:
parent
984a26370d
commit
bea28ae654
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue