]> andersk Git - openssh.git/blobdiff - nchan.c
- deraadt@cvs.openbsd.org 2002/06/19 00:27:55
[openssh.git] / nchan.c
diff --git a/nchan.c b/nchan.c
index c4f55e655047fd6bad20017a68fcf6c8e8ad100c..bce7325b3fcdc122b13fec3ca7ec7790a9ab9bc6 100644 (file)
--- a/nchan.c
+++ b/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);
 }
This page took 0.051089 seconds and 4 git commands to generate.