1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-04 14:39:40 +00:00

hwmon_ctx_init: return on speed_only and progress_only

This commit is contained in:
RAN1 2018-08-29 22:38:03 -04:00
parent ec1b6442b1
commit 40cc9b948f

View File

@ -2012,7 +2012,9 @@ int hwmon_ctx_init (hashcat_ctx_t *hashcat_ctx)
if (user_options->keyspace == true) return 0;
if (user_options->left == true) return 0;
if (user_options->opencl_info == true) return 0;
if (user_options->progress_only == true) return 0;
if (user_options->show == true) return 0;
if (user_options->speed_only == true) return 0;
if (user_options->stdout_flag == true) return 0;
if (user_options->usage == true) return 0;
if (user_options->version == true) return 0;