mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
fix: bad break..
This commit is contained in:
parent
7b9a5eb7e3
commit
6b1ae818a5
1 changed files with 2 additions and 2 deletions
|
@ -956,8 +956,8 @@ int detect_classic_nackbug(bool verbose){
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
PrintAndLogEx(FAILED, "card random number generator seems to be based on the well-known generating polynomial");
|
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.");
|
PrintAndLogEx(NORMAL, "[- ]with 16 effective bits only, but shows unexpected behavior, try again.");
|
||||||
return 0;
|
x }
|
||||||
}
|
return 2;
|
||||||
}
|
}
|
||||||
case 2 : PrintAndLogEx(SUCCESS, "always leak NACK detected"); return 3;
|
case 2 : PrintAndLogEx(SUCCESS, "always leak NACK detected"); return 3;
|
||||||
case 1 : PrintAndLogEx(SUCCESS, "NACK bug detected"); return 1;
|
case 1 : PrintAndLogEx(SUCCESS, "NACK bug detected"); return 1;
|
||||||
|
|
Loading…
Reference in a new issue