* src/login_nopam.c: Do not use the YES and NO macros. Use the
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 18:35:32 +0000 (18:35 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 18:35:32 +0000 (18:35 +0000)
commit46466a8fcc81b04b10ec5262767c77ae82dfd4a2
tree163fd84e04538a08706bb949ac42c0bbf0a477d2
parent4e0d734598319e76524e65ea77baafc297ca59de
* src/login_nopam.c: Do not use the YES and NO macros. Use the
booleans true and false instead. Change the prototypes of
list_match(), user_match(), from_match(), and string_match()
accordingly. Also use booleans internally.
* src/login_nopam.c: Add brackets and parenthesis.
* src/login_nopam.c: Avoid implicit conversion of pointers /
integers / chars to booleans.
* src/login_nopam.c: Avoid assignments in comparisons.
ChangeLog
src/login_nopam.c