diff --git a/src/cracker.c b/src/cracker.c index 0456114..3276e2f 100644 --- a/src/cracker.c +++ b/src/cracker.c @@ -308,7 +308,7 @@ static void crk_remove_hash(struct db_salt *salt, struct db_password *pw) * "single crack" mode, so mark the entry for removal by "single crack" mode * code if that's what we're running, instead of traversing the list here. */ - if (crk_guesses) + //if (crk_guesses) pw->binary = NULL; }