* src/su.c: Close the password databases together with syslog.

This commit is contained in:
nekral-guest
2011-06-13 18:27:17 +00:00
parent 5d6f4f8ea4
commit 43e65fdd46
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
* src/su.c: Cleanup check_perms_nopam().
* src/su.c: Merge environment setting blocks after the creation of
the session.
* src/su.c: Close the password databases together with syslog.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>