CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/23 07:49:24
Modified files:
usr.bin/nc : netcat.c
Log message:
Revert previous, which works for -N case but causes regress failures
for tls, since the socket is shut down without calling tls_close().
Since nc appears to have a problem with this in other shutdown() cases
I am simply going to bake a new diff for this.
noticed by bluhm@.
