mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-02 01:17:52 +03:00
Fixes the ssh_log issue on ssh_bind handles.
This commit is contained in:
@@ -86,7 +86,7 @@ ssh_session ssh_new(void) {
|
||||
session->alive = 0;
|
||||
session->auth_methods = 0;
|
||||
ssh_set_blocking(session, 1);
|
||||
session->log_indent = 0;
|
||||
session->common.log_indent = 0;
|
||||
session->maxchannel = FIRST_CHANNEL;
|
||||
|
||||
/* options */
|
||||
|
||||
Reference in New Issue
Block a user