Fix Typo in logic

pull/3180/head
Chick3nman 2 years ago
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…
Cancel
Save