From e45e15465bdc1df3680f3920441cdc652516a79a Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 13 Mar 2019 20:05:30 +0100 Subject: [PATCH] Fix use of OPTS_TYPE_SUGGEST_KG --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index 7d7d2e6db..9e3857a69 100644 --- a/src/interface.c +++ b/src/interface.c @@ -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) {