summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-09-25 23:14:14 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-09-25 23:14:14 +0000
commit164725f40ecda144de706c94778e47dc86ae9257 (patch)
tree3a1cee0ed23c21b31c471b4e35878e0d12c79580 /session.c
parentdcbb6c2dc9569368f6f38a27ef560a7cd748d2ba (diff)
l) Fix issue where successfull login does not clear failure counts
in AIX. Patch by dtucker@zip.com.au ok by djm
Diffstat (limited to 'session.c')
-rw-r--r--session.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/session.c b/session.c
index ed489214d..0ccd2006d 100644
--- a/session.c
+++ b/session.c
@@ -210,13 +210,6 @@ do_authenticated(Authctxt *authctxt)
210 close(startup_pipe); 210 close(startup_pipe);
211 startup_pipe = -1; 211 startup_pipe = -1;
212 } 212 }
213#ifdef WITH_AIXAUTHENTICATE
214 /* We don't have a pty yet, so just label the line as "ssh" */
215 if (loginsuccess(authctxt->user,
216 get_canonical_hostname(options.verify_reverse_mapping),
217 "ssh", &aixloginmsg) < 0)
218 aixloginmsg = NULL;
219#endif /* WITH_AIXAUTHENTICATE */
220 213
221 /* setup the channel layer */ 214 /* setup the channel layer */
222 if (!no_port_forwarding_flag && options.allow_tcp_forwarding) 215 if (!no_port_forwarding_flag && options.allow_tcp_forwarding)