mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
Resolved the server blocked bug
This commit is contained in:
@@ -682,6 +682,7 @@ int ssh_bind_accept(ssh_bind sshbind, ssh_session session) {
|
||||
return SSH_ERROR;
|
||||
}
|
||||
ssh_socket_set_fd(session->socket, fd);
|
||||
ssh_socket_get_poll_handle_out(session->socket);
|
||||
session->dsa_key = dsa;
|
||||
session->rsa_key = rsa;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user