* src/login.c: Added parameter to check_nologin. This will help

getting rid of the global pwent variable.
This commit is contained in:
nekral-guest
2009-04-20 12:33:01 +00:00
parent 61c1d100dc
commit 70e1a5c9b6
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2009-04-20 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: Added parameter to check_nologin. This will help
getting rid of the global pwent variable.
2009-04-20 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: Added comments.