mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
sleep -> usleep fix
This commit is contained in:
parent
cbe0ada4c1
commit
f42f7626ac
30 changed files with 40 additions and 40 deletions
|
@ -63,7 +63,7 @@ int send_nick(int s, char *ip, char *pass) {
|
|||
int irc_server_connect(char *ip, int sock, int port, unsigned char options, char *hostname) {
|
||||
if (sock >= 0)
|
||||
sock = hydra_disconnect(sock);
|
||||
// sleepn(275);
|
||||
// usleepn(275);
|
||||
if ((options & OPTION_SSL) == 0) {
|
||||
if (port != 0)
|
||||
myport = port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue