summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.c b/auth-pam.c
index a3067d619..852dbdc21 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -34,7 +34,7 @@
34#include "xmalloc.h" 34#include "xmalloc.h"
35#include "servconf.h" 35#include "servconf.h"
36 36
37RCSID("$Id: auth-pam.c,v 1.10 2000/07/09 11:21:52 djm Exp $"); 37RCSID("$Id: auth-pam.c,v 1.11 2000/07/09 12:42:33 djm Exp $");
38 38
39#define NEW_AUTHTOK_MSG \ 39#define NEW_AUTHTOK_MSG \
40 "Warning: You password has expired, please change it now" 40 "Warning: You password has expired, please change it now"
@@ -279,7 +279,7 @@ char **fetch_pam_environment(void)
279void print_pam_messages(void) 279void print_pam_messages(void)
280{ 280{
281 if (pam_msg != NULL) 281 if (pam_msg != NULL)
282 fputs(stderr, pam_msg); 282 fputs(pam_msg, stderr);
283} 283}
284 284
285/* Append a message to the PAM message buffer */ 285/* Append a message to the PAM message buffer */