1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-23 06:58:31 +00:00

fix build error on src/user_options.c

This commit is contained in:
Gabriele Gristina 2025-07-06 07:59:56 +02:00
parent fba89b6888
commit 9f3d771137
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -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;