diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 05:37:32 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 05:37:32 +0000 |
commit | b100ec95429daa986cb31834e462083adc22e8b6 (patch) | |
tree | 74ea3e32b28515b06a090880c7499113906a93aa /session.c | |
parent | 22e22bf9bab94862c860ad4ed652f308dda63f81 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2013,7 +2013,6 @@ do_authenticated2(Authctxt *authctxt) startup_pipe = -1; } #if defined(HAVE_LOGIN_CAP) && defined(HAVE_PW_CLASS_IN_PASSWD) - /* ISSUE: Is this correct? */ if ((lc = login_getclass(authctxt->pw->pw_class)) == NULL) { error("unable to get login class"); return; |