From 9f3d7711378f3d1a722de9e1c32e53427aa6150e Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sun, 6 Jul 2025 07:59:56 +0200 Subject: [PATCH] fix build error on src/user_options.c --- src/user_options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/user_options.c b/src/user_options.c index 2647ac46a..cb27a9b47 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -1955,8 +1955,7 @@ void user_options_preprocess (hashcat_ctx_t *hashcat_ctx) || user_options->progress_only == true || user_options->identify == true || user_options->usage > 0 - || - > 0 + || user_options->hash_info > 0 || user_options->backend_info > 0) { user_options->hwmon = false;