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