git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@172 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2008-06-17 00:08:38 +00:00
parent 8ce42c279e
commit af637c9e8e

View File

@@ -458,6 +458,7 @@ void packet_parse(SSH_SESSION *session){
channel_handle(session,type);
case SSH2_MSG_IGNORE:
case SSH2_MSG_DEBUG:
return;
default:
ssh_say(0,"Received unhandled msg %d\n",type);
@@ -487,6 +488,8 @@ static int packet_wait1(SSH_SESSION *session,int type,int blocking){
case SSH_SMSG_EXITSTATUS:
channel_handle1(session,type);
break;
case SSH_MSG_DEBUG:
break;
/* case SSH2_MSG_CHANNEL_CLOSE:
packet_parse(session);
break;;