From 8e01c9899f4a12194c99e831cecc31f9c41654a4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 24 Feb 2019 18:31:59 +0100 Subject: [PATCH] aaaaaa --- client/mifarehost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mifarehost.c b/client/mifarehost.c index 60f3eaa01..927fb7bc0 100644 --- a/client/mifarehost.c +++ b/client/mifarehost.c @@ -956,7 +956,7 @@ int detect_classic_nackbug(bool verbose){ if (verbose) { PrintAndLogEx(FAILED, "card random number generator seems to be based on the well-known generating polynomial"); PrintAndLogEx(NORMAL, "[- ]with 16 effective bits only, but shows unexpected behavior, try again."); -x } + } return 2; } case 2 : PrintAndLogEx(SUCCESS, "always leak NACK detected"); return 3;