* src/passwd.c: do_update_age is only used ifndef USE_PAM. Make it

more explicit.
This commit is contained in:
nekral-guest
2009-04-05 22:04:31 +00:00
parent a1cac18ac3
commit 021066a980
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-04-05 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c: do_update_age is only used ifndef USE_PAM. Make it
more explicit.
2009-04-05 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: Set errno to 0 before calling strtol.