diff options
-rw-r--r-- | nchan.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,7 +58,7 @@ RCSID("$OpenBSD: nchan.c,v 1.31 2001/07/17 21:04:57 markus Exp $"); | |||
58 | * ssh-1.2.27 as an example. | 58 | * ssh-1.2.27 as an example. |
59 | * | 59 | * |
60 | */ | 60 | */ |
61 | 61 | ||
62 | /* functions manipulating channel states */ | 62 | /* functions manipulating channel states */ |
63 | /* | 63 | /* |
64 | * EVENTS update channel input/output states execute ACTIONS | 64 | * EVENTS update channel input/output states execute ACTIONS |
@@ -541,7 +541,7 @@ chan_shutdown_read(Channel *c) | |||
541 | error("channel %d: chan_shutdown_read: " | 541 | error("channel %d: chan_shutdown_read: " |
542 | "shutdown() failed for fd%d [i%d o%d]: %.100s", | 542 | "shutdown() failed for fd%d [i%d o%d]: %.100s", |
543 | c->self, c->sock, c->istate, c->ostate, | 543 | c->self, c->sock, c->istate, c->ostate, |
544 | strerror(errno)); | 544 | strerror(errno)); |
545 | } else { | 545 | } else { |
546 | if (channel_close_fd(&c->rfd) < 0) | 546 | if (channel_close_fd(&c->rfd) < 0) |
547 | log("channel %d: chan_shutdown_read: " | 547 | log("channel %d: chan_shutdown_read: " |