sleep -> usleep fix

This commit is contained in:
van Hauser 2016-09-01 17:38:33 +02:00
commit f42f7626ac
30 changed files with 40 additions and 40 deletions

View file

@ -84,7 +84,7 @@ void service_ftp_core(char *ip, int sp, unsigned char options, char *miscptr, FI
case 1: /* connect and service init function */
if (sock >= 0)
sock = hydra_disconnect(sock);
// sleepn(300);
// usleepn(300);
if ((options & OPTION_SSL) == 0) {
if (port != 0)
myport = port;