From 43cecc1392ff3ec4a01458f3ca1869bebd79e59d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 21 Jun 2002 16:21:11 +1000 Subject: some xxx's for future privsep cleanup --- auth1.c | 1 + auth2.c | 1 + 2 files changed, 2 insertions(+) diff --git a/auth1.c b/auth1.c index 06b6712aa..2ebc8d039 100644 --- a/auth1.c +++ b/auth1.c @@ -324,6 +324,7 @@ do_authloop(Authctxt *authctxt) if (authctxt->failures++ > AUTH_FAIL_MAX) { #ifdef WITH_AIXAUTHENTICATE + /* XXX: privsep */ loginfailed(authctxt->user, get_canonical_hostname(options.verify_reverse_mapping), "ssh"); diff --git a/auth2.c b/auth2.c index 515033f44..6dfd91f74 100644 --- a/auth2.c +++ b/auth2.c @@ -233,6 +233,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method) } else { if (authctxt->failures++ > AUTH_FAIL_MAX) { #ifdef WITH_AIXAUTHENTICATE + /* XXX: privsep */ loginfailed(authctxt->user, get_canonical_hostname(options.verify_reverse_mapping), "ssh"); -- cgit v1.2.3