1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Do not control fan speed in benchmark mode

This commit is contained in:
jsteube 2016-11-12 19:54:52 +01:00
parent d081ac2ba1
commit d6b6c8dbbd

View File

@ -945,6 +945,7 @@ void user_options_preprocess (hashcat_ctx_t *hashcat_ctx)
{
user_options->attack_mode = ATTACK_MODE_BF;
user_options->gpu_temp_disable = false;
user_options->gpu_temp_retain = 0;
user_options->increment = false;
user_options->left = false;
user_options->logfile_disable = true;