summaryrefslogtreecommitdiff
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
parent799bed85ab0a37362bcf06f3f30c55ba8d730848 (diff)
- markus@cvs.openbsd.org 2001/02/16 13:38:18
[channel.c] remove debug
-rw-r--r--ChangeLog8
-rw-r--r--channels.c3
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8499ce444..f22243cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010217
2 - (bal) OpenBSD Sync:
3 - markus@cvs.openbsd.org 2001/02/16 13:38:18
4 [channel.c]
5 remove debug
6
120010216 720010216
2 - (bal) added '--with-prce' to allow overriding of system regex when 8 - (bal) added '--with-prce' to allow overriding of system regex when
3 required (tested by David Dulek <ddulek@fastenal.com>) 9 required (tested by David Dulek <ddulek@fastenal.com>)
@@ -3995,4 +4001,4 @@
3995 - Wrote replacements for strlcpy and mkdtemp 4001 - Wrote replacements for strlcpy and mkdtemp
3996 - Released 1.0pre1 4002 - Released 1.0pre1
3997 4003
3998$Id: ChangeLog,v 1.780 2001/02/16 14:58:12 stevesk Exp $ 4004$Id: ChangeLog,v 1.781 2001/02/16 15:56:31 mouring Exp $
diff --git a/channels.c b/channels.c
index b7286940b..71a345109 100644
--- a/channels.c
+++ b/channels.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: channels.c,v 1.91 2001/02/15 23:19:59 markus Exp $"); 43RCSID("$OpenBSD: channels.c,v 1.92 2001/02/16 13:38:18 markus Exp $");
44 44
45#include <openssl/rsa.h> 45#include <openssl/rsa.h>
46#include <openssl/dsa.h> 46#include <openssl/dsa.h>
@@ -800,7 +800,6 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset)
800 memset(buffer_ptr(&c->output), 0, len); 800 memset(buffer_ptr(&c->output), 0, len);
801 packet_put_string(buffer_ptr(&c->output), len); 801 packet_put_string(buffer_ptr(&c->output), len);
802 packet_send(); 802 packet_send();
803 debug("channel: %d simulate echo (%d)", c->self, len);
804 } 803 }
805 } 804 }
806 buffer_consume(&c->output, len); 805 buffer_consume(&c->output, len);