mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Small improvement in --speed-only and --progress-only accuracy
This commit is contained in:
parent
bb758d66e8
commit
566b1c67b5
@ -2806,7 +2806,7 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
|
||||
device_param->speed_msec[0] = device_param->speed_msec[speed_pos - 1];
|
||||
}
|
||||
|
||||
device_param->speed_pos = 1;
|
||||
device_param->speed_pos = 0;
|
||||
|
||||
device_param->speed_only_finish = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user