aboutsummaryrefslogtreecommitdiff
path: root/libssh/packet.c
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2009-08-16 18:24:25 +0800
committerAndreas Schneider <mail@cynapses.org>2009-08-16 14:40:18 +0200
commitdb6aa88bc4edcfb14663140db1ee25f5b2a47952 (patch)
tree5eac92743656e9db57f2978ae5c3e1056b89ae85 /libssh/packet.c
parente707af1cd78f730e80da7b109ee33985d0ee3419 (diff)
downloadlibssh-db6aa88bc4edcfb14663140db1ee25f5b2a47952.tar.gz
libssh-db6aa88bc4edcfb14663140db1ee25f5b2a47952.tar.xz
libssh-db6aa88bc4edcfb14663140db1ee25f5b2a47952.zip
Add forward listening feature
Signed-off-by: Andreas Schneider <mail@cynapses.org>
Diffstat (limited to 'libssh/packet.c')
-rw-r--r--libssh/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/packet.c b/libssh/packet.c
index ed3a306c..a2e91e69 100644
--- a/libssh/packet.c
+++ b/libssh/packet.c
@@ -758,6 +758,7 @@ static int packet_wait2(SSH_SESSION *session, int type, int blocking) {
packet_parse(session);
break;
case SSH2_MSG_IGNORE:
+ case SSH2_MSG_DEBUG:
break;
default:
if (type && (type != session->in_packet.type)) {