mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-23 10:22:39 +00:00
whitespace sync
This commit is contained in:
parent
1ce8f0c3e5
commit
c3422eb890
2
nchan.c
2
nchan.c
@ -541,7 +541,7 @@ chan_shutdown_read(Channel *c)
|
||||
error("channel %d: chan_shutdown_read: "
|
||||
"shutdown() failed for fd%d [i%d o%d]: %.100s",
|
||||
c->self, c->sock, c->istate, c->ostate,
|
||||
strerror(errno));
|
||||
strerror(errno));
|
||||
} else {
|
||||
if (channel_close_fd(&c->rfd) < 0)
|
||||
log("channel %d: chan_shutdown_read: "
|
||||
|
Loading…
Reference in New Issue
Block a user