diff options
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/channels.c b/channels.c index bfa025ad7..9da9db474 100644 --- a/channels.c +++ b/channels.c | |||
@@ -17,7 +17,7 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include "includes.h" | 19 | #include "includes.h" |
20 | RCSID("$Id: channels.c,v 1.32 2000/06/07 09:55:44 djm Exp $"); | 20 | RCSID("$Id: channels.c,v 1.33 2000/06/18 04:50:44 djm Exp $"); |
21 | 21 | ||
22 | #include "ssh.h" | 22 | #include "ssh.h" |
23 | #include "packet.h" | 23 | #include "packet.h" |
@@ -932,7 +932,6 @@ channel_output_poll() | |||
932 | packet_send(); | 932 | packet_send(); |
933 | buffer_consume(&c->input, len); | 933 | buffer_consume(&c->input, len); |
934 | c->remote_window -= len; | 934 | c->remote_window -= len; |
935 | debug("channel %d: send data len %d", c->self, len); | ||
936 | } | 935 | } |
937 | } else if (c->istate == CHAN_INPUT_WAIT_DRAIN) { | 936 | } else if (c->istate == CHAN_INPUT_WAIT_DRAIN) { |
938 | if (compat13) | 937 | if (compat13) |