Avoid assignments in comparisons.

This commit is contained in:
nekral-guest
2007-12-29 14:48:33 +00:00
parent 8c4efbb8ce
commit b040f047fd
2 changed files with 29 additions and 16 deletions

View File

@@ -6,6 +6,7 @@
* src/newusers.c: Before pam_end(), the return value of the previous
pam API was already checked. No need to validate it again.
* src/newusers.c: Avoid implicit brackets.
* src/newusers.c: Avoid assignments in comparisons.
2007-12-29 Nicolas François <nicolas.francois@centraliens.net>