mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
sleep -> usleep fix
This commit is contained in:
parent
cbe0ada4c1
commit
f42f7626ac
30 changed files with 40 additions and 40 deletions
|
@ -116,7 +116,7 @@ void service_teamspeak(char *ip, int sp, unsigned char options, char *miscptr, F
|
|||
case 1: /* connect and service init function */
|
||||
// if (sock >= 0)
|
||||
// sock = hydra_disconnect(sock);
|
||||
// sleepn(300);
|
||||
// usleepn(300);
|
||||
if (sock < 0) {
|
||||
if (port != 0)
|
||||
myport = port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue