diff options
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) | |||
481 | return; | 481 | return; |
482 | debug("channel %d: close_read", c->self); | 482 | debug("channel %d: close_read", c->self); |
483 | if (c->sock != -1) { | 483 | if (c->sock != -1) { |
484 | /* | 484 | /* |
485 | * shutdown(sock, SHUT_READ) may return ENOTCONN if the | 485 | * shutdown(sock, SHUT_READ) may return ENOTCONN if the |
486 | * write side has been closed already. (bug on Linux) | 486 | * write side has been closed already. (bug on Linux) |
487 | */ | 487 | */ |