summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-09 19:41:48 +0000
commit5a6abdae0f6f2312d8bfd60b8bf2420a3393428d (patch)
tree7595267f0f9cb746a0955a41bcb5e872c632e68b /nchan.c
parent2ab1968da288e0b32f639d5e7d79ab0b61d42bc3 (diff)
unexpand
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nchan.c b/nchan.c
index db38de6ac..5ed64f86e 100644
--- a/nchan.c
+++ b/nchan.c
@@ -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)) {