summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-19 05:37:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-19 05:37:32 +0000
commitb100ec95429daa986cb31834e462083adc22e8b6 (patch)
tree74ea3e32b28515b06a090880c7499113906a93aa /session.c
parent22e22bf9bab94862c860ad4ed652f308dda63f81 (diff)
- (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
Also removed some of the 'ISSUES' comments that have been verified by djm.
Diffstat (limited to 'session.c')
-rw-r--r--session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/session.c b/session.c
index 2c1500431..20975cb6c 100644
--- a/session.c
+++ b/session.c
@@ -2013,7 +2013,6 @@ do_authenticated2(Authctxt *authctxt)
2013 startup_pipe = -1; 2013 startup_pipe = -1;
2014 } 2014 }
2015#if defined(HAVE_LOGIN_CAP) && defined(HAVE_PW_CLASS_IN_PASSWD) 2015#if defined(HAVE_LOGIN_CAP) && defined(HAVE_PW_CLASS_IN_PASSWD)
2016 /* ISSUE: Is this correct? */
2017 if ((lc = login_getclass(authctxt->pw->pw_class)) == NULL) { 2016 if ((lc = login_getclass(authctxt->pw->pw_class)) == NULL) {
2018 error("unable to get login class"); 2017 error("unable to get login class");
2019 return; 2018 return;