* src/sulogin.c (main): env is only used when USE_PAM is not set.

This commit is contained in:
nekral-guest
2011-10-18 20:28:01 +00:00
parent 704f28df98
commit 2afa955401
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
* lib/nscd.c: Remove unused variable.
* lib/prototypes.h, libmisc/cleanup.c, lib/spawn.c, src/chage.c:
Add splint annotations.
* src/sulogin.c (main): env is only used when USE_PAM is not set.
2011-10-15 Nicolas François <nicolas.francois@centraliens.net>