mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 10:27:22 +09:00
bug #00006 fix
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@172 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user