summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authormouring <mouring>2001-01-19 15:44:10 +0000
committermouring <mouring>2001-01-19 15:44:10 +0000
commitc68d0713f580f5f714447f2831133e44e473b803 (patch)
tree5703c7c328b55c61f1ec062fe45032ba458088c3 /auth1.c
parent4ed651cf5b90fd253d58061312f21fe40ccad96f (diff)
downloadopenssh-c68d0713f580f5f714447f2831133e44e473b803.tar.gz
Removed one more 'ISSUE' comment in auth1.c
20010120 - (bal) OpenBSD Resync - markus@cvs.openbsd.org 2001/01/19 12:45:26 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c] only auth-chall.c needs #ifdef SKEY
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 2df2de89..b480fdbe 100644
--- a/auth1.c
+++ b/auth1.c
@@ -322,7 +322,7 @@ do_authloop(Authctxt *authctxt)
fatal("INTERNAL ERROR: authenticated invalid user %s",
authctxt->user);
-#ifdef HAVE_CYGWIN /* ISSUE: Right place? */
+#ifdef HAVE_CYGWIN
if (authenticated &&
!check_nt_auth(type == SSH_CMSG_AUTH_PASSWORD,pw->pw_uid)) {
packet_disconnect("Authentication rejected for uid %d.",