mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
removed warnings
This commit is contained in:
parent
8fe519dd75
commit
4cc2dcebc2
7 changed files with 26 additions and 27 deletions
|
@ -96,9 +96,8 @@ int start_telnet(int s, char *ip, int port, unsigned char options, char *miscptr
|
|||
}
|
||||
|
||||
void service_telnet(char *ip, int sp, unsigned char options, char *miscptr, FILE * fp, int port) {
|
||||
int run = 1, next_run = 1, sock = -1;
|
||||
int run = 1, next_run = 1, sock = -1, fck;
|
||||
int myport = PORT_TELNET, mysslport = PORT_TELNET_SSL;
|
||||
int fck = 0;
|
||||
|
||||
hydra_register_socket(sp);
|
||||
if (memcmp(hydra_get_next_pair(), &HYDRA_EXIT, sizeof(HYDRA_EXIT)) == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue