mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Fix invalid initialization for client_idx not present in 5.0.0
This commit is contained in:
parent
566b1c67b5
commit
fde9b86962
@ -2493,7 +2493,7 @@ void *brain_server_handle_client (void *p)
|
|||||||
|
|
||||||
brain_server_db_attack->short_buf[idx].offset = 0;
|
brain_server_db_attack->short_buf[idx].offset = 0;
|
||||||
brain_server_db_attack->short_buf[idx].length = 0;
|
brain_server_db_attack->short_buf[idx].length = 0;
|
||||||
brain_server_db_attack->short_buf[idx].client_idx = 0;
|
brain_server_db_attack->short_buf[idx].client_idx = -1;
|
||||||
|
|
||||||
new_attacks++;
|
new_attacks++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user