Use errx() after getpwnam() failure since errno may not be set.
authorclaudio <claudio@openbsd.org>
Sun, 13 Jul 2014 17:53:41 +0000 (17:53 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 13 Jul 2014 17:53:41 +0000 (17:53 +0000)
commit03436e2c758390d7fce83e5fe9b28c504351f320
treebd7d4f1b5dc47837911960e95ec50cf864c260ca
parent197f0287944b43587261fbba5159f5893f828a10
Use errx() after getpwnam() failure since errno may not be set.
All other privsep / privdrop daemons do this the same way.
OK florian@ some time ago
usr.sbin/identd/identd.c