mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-01-06 14:21:55 +03:00
Fixed blocking bug in channel_poll
This commit is contained in:
@@ -143,6 +143,6 @@ struct ssh_session_struct {
|
||||
|
||||
};
|
||||
|
||||
int ssh_handle_packets(ssh_session session);
|
||||
int ssh_handle_packets(ssh_session session, int timeout);
|
||||
|
||||
#endif /* SESSION_H_ */
|
||||
|
||||
Reference in New Issue
Block a user