Fix use of OPTS_TYPE_SUGGEST_KG

pull/1956/head
jsteube 5 years ago
parent b7f8b2d15e
commit e45e15465b

@ -350,7 +350,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
}
else
{
if ((hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG) == 1)
if (hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG)
{
if (user_options->quiet == false)
{

Loading…
Cancel
Save