mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-19 00:46:14 +00:00
Add missing continue
This commit is contained in:
parent
e2dbaa6efa
commit
346400f518
@ -14260,6 +14260,7 @@ int main (int argc, char **argv)
|
||||
}
|
||||
|
||||
if (platform_skipped == 1) continue;
|
||||
if (platform_skipped == 2) continue;
|
||||
|
||||
for (uint platform_devices_id = 0; platform_devices_id < platform_devices_cnt; platform_devices_id++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user