summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-27 09:20:48 +1100
committerDamien Miller <djm@mindrot.org>2001-02-27 09:20:48 +1100
commit31a501d21ef91a84a2fe09f91dda9b6a850d8840 (patch)
tree78eb6929a7df0322264caa3da4d41b5d7f7f0aba /auth-pam.c
parentdd784b2c005d14efaddfcdaa2f37889791578ea2 (diff)
downloadopenssh-git-31a501d21ef91a84a2fe09f91dda9b6a850d8840.tar.gz
whitspace
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c
index d123d1d8..fd9c0f24 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -33,7 +33,7 @@
#include "canohost.h"
#include "readpass.h"
-RCSID("$Id: auth-pam.c,v 1.29 2001/02/15 00:51:32 djm Exp $");
+RCSID("$Id: auth-pam.c,v 1.30 2001/02/26 22:20:48 djm Exp $");
#define NEW_AUTHTOK_MSG \
"Warning: Your password has expired, please change it now"
@@ -280,6 +280,7 @@ void do_pam_session(char *username, const char *ttyname)
if (pam_retval != PAM_SUCCESS)
fatal("PAM session setup failed[%d]: %.200s",
pam_retval, PAM_STRERROR(__pamh, pam_retval));
+
session_opened = 1;
}