From 6b0fdff1f7b87ede47d85e90a1d570a842cfcdec Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 19 Jun 2002 00:27:56 +0000 Subject: KNF done automatically while reading.... --- usr.bin/ssh/nchan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/nchan.c') diff --git a/usr.bin/ssh/nchan.c b/usr.bin/ssh/nchan.c index 53f493b3a85..b9b304de00c 100644 --- a/usr.bin/ssh/nchan.c +++ b/usr.bin/ssh/nchan.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: nchan.c,v 1.46 2002/06/09 13:32:01 markus Exp $"); +RCSID("$OpenBSD: nchan.c,v 1.47 2002/06/19 00:27:55 deraadt Exp $"); #include "ssh1.h" #include "ssh2.h" @@ -367,7 +367,7 @@ chan_rcvd_ieof(Channel *c) else chan_rcvd_ieof1(c); if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN && - buffer_len(&c->output) == 0 && + buffer_len(&c->output) == 0 && !CHANNEL_EFD_OUTPUT_ACTIVE(c)) chan_obuf_empty(c); } -- cgit v1.2.3