1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Fix use of OPTS_TYPE_SUGGEST_KG

This commit is contained in:
jsteube 2019-03-13 20:05:30 +01:00
parent b7f8b2d15e
commit e45e15465b

View File

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