diff --git a/client/src/loclass/hash1_brute.c b/client/src/loclass/hash1_brute.c index 49f2cd3de..2f2842b2f 100644 --- a/client/src/loclass/hash1_brute.c +++ b/client/src/loclass/hash1_brute.c @@ -29,7 +29,8 @@ static void calc_score(uint8_t *csn, uint8_t *k) { // goodvals[k[i]] = 1; // } - else if (k[i] >= 16) { +// else if (k[i] >= 16) { + else { badscore++; badval = k[i]; }