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

@ -159,7 +159,7 @@ void service_pcnfs(char *ip, int sp, unsigned char options, char *miscptr, FILE
{
if (sock >= 0)
sock = hydra_disconnect(sock);
// sleepn(275);
// usleepn(275);
if ((sock = hydra_connect_udp(ip, port)) < 0) {
if (quiet != 1) fprintf(stderr, "[ERROR] Child with pid %d terminating, can not connect\n", (int) getpid());
hydra_child_exit(1);