]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
whitspace
authorDamien Miller <djm@mindrot.org>
Mon, 26 Feb 2001 22:20:48 +0000 (09:20 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 26 Feb 2001 22:20:48 +0000 (09:20 +1100)
auth-pam.c

index d123d1d89e27f29cb41b3dc8c8cb6e9ebea98abc..fd9c0f245aae8eebc82db12c27873ac9a48bf631 100644 (file)
@@ -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;
 }