mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Fix Typo in logic
This commit is contained in:
parent
16096c8db9
commit
81138db5c5
@ -2090,7 +2090,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
|
||||
"Speed.#*.........: %9sH/s",
|
||||
hashcat_status->speed_sec_all);
|
||||
}
|
||||
if (hashes_status->digests_done_pot > 0)
|
||||
if (hashcat_status->digests_done_pot > 0)
|
||||
{
|
||||
if (hashcat_status->salts_cnt > 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user