ssh_disconnect doesn't free the session anymore

This commit is contained in:
Aris Adamantiadis
2009-10-09 22:50:48 +02:00
parent 71ab0cf6cc
commit 6ec65c6f9d
5 changed files with 10 additions and 8 deletions

View File

@@ -113,6 +113,5 @@ struct ssh_session_struct {
};
int ssh_handle_packets(ssh_session session);
void ssh_cleanup(ssh_session session);
#endif /* SESSION_H_ */