From c8401a1d3cf8af4800a7bf909b6fded706a2eddf Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 9 May 2012 20:33:16 +0800 Subject: - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD - Fix build if ENABLE_SVR_REMOTETCPFWD is disabled but ENABLE_SVR_LOCALTCPFWD is enabled --- common-channel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common-channel.c') diff --git a/common-channel.c b/common-channel.c index 9eaba50..5f22d44 100644 --- a/common-channel.c +++ b/common-channel.c @@ -653,6 +653,8 @@ static void send_msg_channel_data(struct Channel *channel, int isextended) { len, errno, fd)) return; } + + TRACE(("send_msg_channel_data: len %d fd %d", len, fd)) buf_incrwritepos(ses.writepayload, len); /* ... real size here */ buf_setpos(ses.writepayload, size_pos); -- cgit v1.2.1