From bb4e381d1805dba5fbf8da3212b7748396e242be Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 11 Oct 2016 11:04:13 +0200 Subject: [PATCH] Do not run keypress thread in case -I is used --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index c584a0190..b986b5eea 100644 --- a/src/main.c +++ b/src/main.c @@ -125,7 +125,7 @@ static int main_outerloop_starting (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAY status_ctx->shutdown_outer = false; - if (user_options->keyspace == false && user_options->benchmark == false && user_options->stdout_flag == false) + if (user_options->keyspace == false && user_options->benchmark == false && user_options->stdout_flag == false && user_options->opencl_info == false) { if ((user_options_extra->wordlist_mode == WL_MODE_FILE) || (user_options_extra->wordlist_mode == WL_MODE_MASK)) {