CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2014/07/13 15:34:35

Modified files:
        usr.sbin/npppd/npppd: privsep.c 

Log message:
Some functions need to dup() before sending a socket by imsg and don't
need to close() after sending socket since imsg_compose() closes the
passing socket.

Reply via email to