Some functions need to dup() before sending a socket by imsg and don't
authoryasuoka <yasuoka@openbsd.org>
Sun, 13 Jul 2014 21:34:35 +0000 (21:34 +0000)
committeryasuoka <yasuoka@openbsd.org>
Sun, 13 Jul 2014 21:34:35 +0000 (21:34 +0000)
commit5789a5c98d0bf8493c4009afc4567c81a4320add
tree89f9113329bb79bde43cb84663feb581f407fb48
parentb47c0d2c4b2cb0c8c562365b75a35d4d5d3467a1
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.
usr.sbin/npppd/npppd/privsep.c