diff options
author | stevesk <stevesk> | 2001-02-05 12:42:17 +0000 |
---|---|---|
committer | stevesk <stevesk> | 2001-02-05 12:42:17 +0000 |
commit | f4de84d0805289218d877ba316cf77a5f3ba0304 (patch) | |
tree | 15a85491db7ea4e43d44b71c784147426e50fb33 /nchan.c | |
parent | d1a62b3bb14df35325720b5e3e0c817c53afe699 (diff) | |
download | openssh-f4de84d0805289218d877ba316cf77a5f3ba0304.tar.gz |
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[many files; did this manually to our top-level source dir]
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'nchan.c')
-rw-r--r-- | nchan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) */ |