mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
removed warnings
This commit is contained in:
parent
8fe519dd75
commit
4cc2dcebc2
7 changed files with 26 additions and 27 deletions
|
@ -24,7 +24,7 @@ extern int new_session;
|
|||
int start_sshkey(int s, char *ip, int port, unsigned char options, char *miscptr, FILE * fp) {
|
||||
char *empty = "";
|
||||
char *login, *key, keep_login[300];
|
||||
int auth_state = 0, rc = 0, i = 0;
|
||||
int auth_state = 0, rc = 0;
|
||||
ssh_private_key privkey;
|
||||
|
||||
if (strlen(login = hydra_get_next_login()) == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue