From b7f8b2d15e225c56c2f37ae06702da47116206c0 Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 13 Mar 2019 20:04:58 +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 557a3c9ea..7d7d2e6db 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) == 0) + if ((hashconfig->opti_type & OPTS_TYPE_SUGGEST_KG) == 1) { if (user_options->quiet == false) {