summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-16 15:56:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-16 15:56:31 +0000
commit813f9402aeb2b71d873c159a281b834aa5e24f6c (patch)
tree1049e481001b1aca39e177cea4cf03957aa903bf /channels.c
parent799bed85ab0a37362bcf06f3f30c55ba8d730848 (diff)
- markus@cvs.openbsd.org 2001/02/16 13:38:18
[channel.c] remove debug
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index b7286940..71a34510 100644
--- a/channels.c
+++ b/channels.c
@@ -40,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.91 2001/02/15 23:19:59 markus Exp $");
+RCSID("$OpenBSD: channels.c,v 1.92 2001/02/16 13:38:18 markus Exp $");
#include <openssl/rsa.h>
#include <openssl/dsa.h>
@@ -800,7 +800,6 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset)
memset(buffer_ptr(&c->output), 0, len);
packet_put_string(buffer_ptr(&c->output), len);
packet_send();
- debug("channel: %d simulate echo (%d)", c->self, len);
}
}
buffer_consume(&c->output, len);