mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
code format
This commit is contained in:
parent
09453c7be8
commit
67ef4c733f
8 changed files with 22 additions and 34 deletions
|
@ -34,7 +34,7 @@ int32_t start_ssh(int32_t s, char *ip, int32_t port, unsigned char options, char
|
|||
if (new_session) {
|
||||
if (session) {
|
||||
ssh_disconnect(session);
|
||||
//ssh_finalize();
|
||||
// ssh_finalize();
|
||||
ssh_free(session);
|
||||
} else {
|
||||
ssh_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue