]> andersk Git - openssh.git/blobdiff - nchan.c
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[openssh.git] / nchan.c
diff --git a/nchan.c b/nchan.c
index d049a945a591bd0ec9161b4411159239cf197cb8..6c347203d4c3757b775295c67900ccdda7c129d4 100644 (file)
--- a/nchan.c
+++ b/nchan.c
@@ -481,7 +481,7 @@ chan_shutdown_read(Channel *c)
                return;
        debug("channel %d: close_read", c->self);
        if (c->sock != -1) {
-               /* 
+               /*
                 * shutdown(sock, SHUT_READ) may return ENOTCONN if the
                 * write side has been closed already. (bug on Linux)
                 */
This page took 0.043264 seconds and 4 git commands to generate.