]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/passwd.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 17:50:21 +0000 (17:50 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 17:50:21 +0000 (17:50 +0000)
commit47f937ac1353525f71dbcd64b95da3b5ee563e36
treeddade728b897867ea6a4979e80e7d957098176e6
parentbe8d08fda6268a16156dfd46aa26f91fa40f6386
* src/passwd.c: Use a bool when possible instead of int integers.
* src/passwd.c: Avoid assignments in comparisons.
* src/passwd.c: Add brackets and parenthesis.
* src/passwd.c: Avoid implicit conversion of pointers / integers /
chars to booleans.
* src/passwd.c: Move the "context_t c" declaration at the
beginning check_selinux_access.
* src/passwd.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
ChangeLog
src/passwd.c