parent
799bed85ab
commit
813f9402ae
|
@ -1,3 +1,9 @@
|
|||
20010217
|
||||
- (bal) OpenBSD Sync:
|
||||
- markus@cvs.openbsd.org 2001/02/16 13:38:18
|
||||
[channel.c]
|
||||
remove debug
|
||||
|
||||
20010216
|
||||
- (bal) added '--with-prce' to allow overriding of system regex when
|
||||
required (tested by David Dulek <ddulek@fastenal.com>)
|
||||
|
@ -3995,4 +4001,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.780 2001/02/16 14:58:12 stevesk Exp $
|
||||
$Id: ChangeLog,v 1.781 2001/02/16 15:56:31 mouring Exp $
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue