diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 21:41:48 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 21:41:48 +0200 |
commit | 5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch) | |
tree | 7595267f0f9cb746a0955a41bcb5e872c632e68b /nchan.c | |
parent | - (bal) Removed --{enable/disable}-suid-ssh (diff) | |
download | openssh-5a6abdae0f6f2312d8bfd60b8bf2420a3393428d.tar.xz openssh-5a6abdae0f6f2312d8bfd60b8bf2420a3393428d.zip |
unexpand
Diffstat (limited to 'nchan.c')
-rw-r--r-- | nchan.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -411,8 +411,8 @@ chan_is_dead(Channel *c, int send) c->extended_usage == CHAN_EXTENDED_WRITE && c->efd != -1 && buffer_len(&c->extended) > 0) { - debug2("channel %d: active efd: %d len %d", - c->self, c->efd, buffer_len(&c->extended)); + debug2("channel %d: active efd: %d len %d", + c->self, c->efd, buffer_len(&c->extended)); return 0; } if (!(c->flags & CHAN_CLOSE_SENT)) { |