diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 19:41:48 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-09 19:41:48 +0000 |
commit | 5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch) | |
tree | 7595267f0f9cb746a0955a41bcb5e872c632e68b /nchan.c | |
parent | 2ab1968da288e0b32f639d5e7d79ab0b61d42bc3 (diff) |
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) | |||
411 | c->extended_usage == CHAN_EXTENDED_WRITE && | 411 | c->extended_usage == CHAN_EXTENDED_WRITE && |
412 | c->efd != -1 && | 412 | c->efd != -1 && |
413 | buffer_len(&c->extended) > 0) { | 413 | buffer_len(&c->extended) > 0) { |
414 | debug2("channel %d: active efd: %d len %d", | 414 | debug2("channel %d: active efd: %d len %d", |
415 | c->self, c->efd, buffer_len(&c->extended)); | 415 | c->self, c->efd, buffer_len(&c->extended)); |
416 | return 0; | 416 | return 0; |
417 | } | 417 | } |
418 | if (!(c->flags & CHAN_CLOSE_SENT)) { | 418 | if (!(c->flags & CHAN_CLOSE_SENT)) { |