mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
sleep -> usleep fix
This commit is contained in:
parent
cbe0ada4c1
commit
f42f7626ac
30 changed files with 40 additions and 40 deletions
|
@ -603,7 +603,7 @@ void hydra_child_exit(int code) {
|
|||
__fck = write(intern_socket, "E", 1);
|
||||
}
|
||||
do {
|
||||
sleepn(10);
|
||||
usleepn(10);
|
||||
} while (read(intern_socket, buf, 1) <= 0);
|
||||
close(intern_socket);
|
||||
// sleep(2); // be sure that mommy receives our message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue