CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/08/20 04:54:35

Modified files:
        usr.sbin/identd: identd.c 

Log message:
ignore SIGPIPE so we can handle the write(2) failures.

instead of exiting on an unknown write failure, close the client
connection on EPIPE from write and warn and close the connection
on any other failure.

ok jmatthew@

Reply via email to