From: sin Date: Wed, 9 Jul 2014 13:40:49 +0000 (+0100) Subject: Only check errno if getpwuid() fails X-Git-Url: https://git.xinqibao.xyz/slock.git/commitdiff_plain/8745098fa440ef3bf1d8e173dcd91514b34600c6?hp=8745098fa440ef3bf1d8e173dcd91514b34600c6 Only check errno if getpwuid() fails Checking errno otherwise is unspecified. ---