]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/usermod.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 20:17:48 +0000 (20:17 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 20:17:48 +0000 (20:17 +0000)
commita9f1ce0db1d2b33c5bcfbe7d597ed33f424e2fda
treef24cc8fd36910e3b31064b2c38684c653c08928e
parentd48973bbc83c30103c62033d4fa5c07cd7ad7b31
* src/usermod.c: Use a bool when possible instead of int integers.
* src/usermod.c: Add brackets and parenthesis.
* src/usermod.c: Avoid implicit conversion of pointers / integers
/ chars to booleans.
* src/usermod.c: Avoid assignments in comparisons.
* src/usermod.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
* src/usermod.c: Ignore the return value of pam_end() before
exiting.
ChangeLog
src/usermod.c