mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 00:28:11 +00:00
No more branch needed to check cracked after moving check for speed only above
This commit is contained in:
parent
f178769863
commit
98b6371cd7
@ -1966,10 +1966,7 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
|
||||
* result
|
||||
*/
|
||||
|
||||
if (user_options->speed_only == false)
|
||||
{
|
||||
check_cracked (hashcat_ctx, device_param, salt_pos);
|
||||
}
|
||||
check_cracked (hashcat_ctx, device_param, salt_pos);
|
||||
|
||||
if (status_ctx->run_thread_level2 == false) break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user