mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Fix hydra child exit
This commit is contained in:
parent
09b2af9c8c
commit
1ad374b6a1
1 changed files with 3 additions and 2 deletions
|
@ -148,8 +148,9 @@ void service_mcached(char *ip, int32_t sp, unsigned char options, char *miscptr,
|
|||
mcached_send_com_quit(sock);
|
||||
if (sock >= 0)
|
||||
sock = hydra_disconnect(sock);
|
||||
hydra_report(stderr, "[ERROR] Memcached server does not need any authentication\n");
|
||||
return;
|
||||
hydra_report(stderr, "[ERROR] Memcached server does not require any authentication\n");
|
||||
next_run = 3;
|
||||
break;
|
||||
}
|
||||
free(buf);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue