]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/su.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 22:07:51 +0000 (22:07 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 22:07:51 +0000 (22:07 +0000)
commitd7ffaf94b169c304352c7fa0ae88047a8b7e4c0b
tree0b2f605f8da9694a90aeb47713cbbe84d928672d
parentc573f432fe511847b5603148a155ae47f56b938a
* src/su.c: Use a bool when possible instead of int integers.
* src/su.c: Add brackets and parenthesis.
* src/su.c: Avoid implicit conversion of pointers / integers
/ chars to booleans.
* src/su.c: Ignore the return value of pam_end() before
exiting.
* src/su.c: Avoid assignments in comparisons.
* src/su.c: Avoid multi-statements lines.
ChangeLog
src/su.c