code format

This commit is contained in:
vanhauser-thc 2021-08-23 11:31:58 +02:00
parent 09453c7be8
commit 67ef4c733f
8 changed files with 22 additions and 34 deletions

View file

@ -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();