]> andersk Git - openssh.git/blobdiff - nchan.c
- OpenBSD CVS updates.
[openssh.git] / nchan.c
diff --git a/nchan.c b/nchan.c
index b4a085f16e91ca7172054093ad81eeb6e1b26e1a..cef94323908a4629a79d63454f13cb5b82e3d0d1 100644 (file)
--- a/nchan.c
+++ b/nchan.c
@@ -389,11 +389,11 @@ chan_delete_if_full_closed2(Channel *c)
                if (!(c->flags & CHAN_CLOSE_SENT)) {
                        chan_send_close2(c);
                }
-               if ((c->flags & CHAN_CLOSE_SENT) && 
+               if ((c->flags & CHAN_CLOSE_SENT) &&
                    (c->flags & CHAN_CLOSE_RCVD)) {
                        debug("channel %d: full closed2", c->self);
                        channel_free(c->self);
-               } 
+               }
        }
 }
 
This page took 0.143493 seconds and 4 git commands to generate.