mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 04:40:31 +09:00
Fixed build temporarily.
This commit is contained in:
@@ -262,7 +262,9 @@ ssh_session ssh_bind_accept(SSH_BIND *sshbind) {
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
/* TODO FIXME this doesn't work
|
||||
session->log_verbosity = session->options->log_verbosity;
|
||||
*/
|
||||
ssh_socket_free(session->socket);
|
||||
session->socket = ssh_socket_new(session);
|
||||
if (session->socket == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user