From db6aa88bc4edcfb14663140db1ee25f5b2a47952 Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Sun, 16 Aug 2009 18:24:25 +0800 Subject: Add forward listening feature Signed-off-by: Andreas Schneider --- libssh/packet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/packet.c') diff --git a/libssh/packet.c b/libssh/packet.c index ed3a306..a2e91e6 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)) { -- cgit