summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
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;