Fix use of OPTS_TYPE_SUGGEST_KG

This commit is contained in:
jsteube
2019-03-13 20:04:58 +01:00
parent c99ab74001
commit b7f8b2d15e
+1 -1
View File
@@ -350,7 +350,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
}
else
{
if ((hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG) == 0)
if ((hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG) == 1)
{
if (user_options->quiet == false)
{