mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
sleep -> usleep fix
This commit is contained in:
parent
cbe0ada4c1
commit
f42f7626ac
30 changed files with 40 additions and 40 deletions
|
@ -170,7 +170,7 @@ void service_vnc(char *ip, int sp, unsigned char options, char *miscptr, FILE *
|
|||
hydra_report(stderr, "[ERROR] Child with pid %d terminating, can not connect\n", (int) getpid());
|
||||
hydra_child_exit(1);
|
||||
}
|
||||
sleepn(300);
|
||||
usleepn(300);
|
||||
buf = hydra_receive_line(sock);
|
||||
|
||||
if (buf == NULL || (strncmp(buf, "RFB", 3) != 0)) { /* check the first line */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue