1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Fix Typo in logic

This commit is contained in:
Chick3nman 2022-02-14 17:01:07 -06:00
parent 16096c8db9
commit 81138db5c5

View File

@ -2090,7 +2090,7 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
"Speed.#*.........: %9sH/s", "Speed.#*.........: %9sH/s",
hashcat_status->speed_sec_all); 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) if (hashcat_status->salts_cnt > 1)
{ {