diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-27 09:20:48 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-27 09:20:48 +1100 |
commit | 31a501d21ef91a84a2fe09f91dda9b6a850d8840 (patch) | |
tree | 78eb6929a7df0322264caa3da4d41b5d7f7f0aba | |
parent | dd784b2c005d14efaddfcdaa2f37889791578ea2 (diff) |
whitspace
-rw-r--r-- | auth-pam.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c index d123d1d89..fd9c0f245 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include "canohost.h" | 33 | #include "canohost.h" |
34 | #include "readpass.h" | 34 | #include "readpass.h" |
35 | 35 | ||
36 | RCSID("$Id: auth-pam.c,v 1.29 2001/02/15 00:51:32 djm Exp $"); | 36 | RCSID("$Id: auth-pam.c,v 1.30 2001/02/26 22:20:48 djm Exp $"); |
37 | 37 | ||
38 | #define NEW_AUTHTOK_MSG \ | 38 | #define NEW_AUTHTOK_MSG \ |
39 | "Warning: Your password has expired, please change it now" | 39 | "Warning: Your password has expired, please change it now" |
@@ -280,6 +280,7 @@ void do_pam_session(char *username, const char *ttyname) | |||
280 | if (pam_retval != PAM_SUCCESS) | 280 | if (pam_retval != PAM_SUCCESS) |
281 | fatal("PAM session setup failed[%d]: %.200s", | 281 | fatal("PAM session setup failed[%d]: %.200s", |
282 | pam_retval, PAM_STRERROR(__pamh, pam_retval)); | 282 | pam_retval, PAM_STRERROR(__pamh, pam_retval)); |
283 | |||
283 | session_opened = 1; | 284 | session_opened = 1; |
284 | } | 285 | } |
285 | 286 | ||