No need to check audit_fd, audit_logger() will take care of this.

This commit is contained in:
nekral-guest
2008-02-03 21:40:01 +00:00
parent ae5db5d36b
commit f8679b385a
2 changed files with 5 additions and 5 deletions

View File

@@ -4,6 +4,8 @@
/etc/shadow to human readable dates.
* src/usermod.c: Really log the expiration date change as human
readable strings instead of integers.
* src/usermod.c: No need to check audit_fd, audit_logger() will
take care of this.
2008-02-03 Nicolas François <nicolas.francois@centraliens.net>