From ac205ce13df8def522f386a922401ade673cb3a2 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Wed, 27 Jun 2001 06:20:42 +0000 Subject: Relevant BUGIDs: 436432 Purpose of commit: cleanup Commit summary: --------------- small changes inspired by reading a red hat diff. --- modules/pam_tally/pam_tally.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/pam_tally/pam_tally.c') diff --git a/modules/pam_tally/pam_tally.c b/modules/pam_tally/pam_tally.c index 3d994458..b5bbaba3 100644 --- a/modules/pam_tally/pam_tally.c +++ b/modules/pam_tally/pam_tally.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -84,6 +85,7 @@ static void _pam_log(int err, const char *format, ...) #ifdef MAIN vfprintf(stderr,format,args); + fprintf(stderr,"\n"); #else openlog(MODULE_NAME, LOG_CONS|LOG_PID, LOG_AUTH); vsyslog(err, format, args); -- cgit v1.2.3