CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/06 08:19:12
Modified files:
usr.bin/nc : netcat.c
Log message:
When using UNIX domain sockets, always call report_sock() with the
path name of the socket. This avoids bad errors from getnameinfo(3).
Use the same error check for both calls to getnameinfo(3).
OK millert@ tb@
