hwmon_ctx_init: return on speed_only and progress_only
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user