diff options
Diffstat (limited to 'nc.c')
-rw-r--r-- | nc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ int nc_main(int argc, char **argv) exit(0); ofd = fileno(stdout); } else { + if (nread == 0) + shutdown(sfd, 1); ofd = sfd; } |