SSH1: handle exit-status message (channels would not close)

This commit is contained in:
Aris Adamantiadis
2011-09-14 22:53:01 +02:00
parent c4701a34d3
commit 68bab2a490
3 changed files with 15 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ void ssh_channel_do_free(ssh_channel channel);
#ifdef WITH_SSH1
SSH_PACKET_CALLBACK(ssh_packet_data1);
SSH_PACKET_CALLBACK(ssh_packet_close1);
SSH_PACKET_CALLBACK(ssh_packet_exist_status1);
/* channels1.c */
int channel_open_session1(ssh_channel channel);