summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-21 16:21:11 +1000
committerDamien Miller <djm@mindrot.org>2002-06-21 16:21:11 +1000
commit43cecc1392ff3ec4a01458f3ca1869bebd79e59d (patch)
tree336f5b47595c74c78fa5d00b813155b82263705a /auth1.c
parent4903eb4b7461081c9a55cff3a4075fa3311e5e23 (diff)
some xxx's for future privsep cleanup
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c1
1 files changed, 1 insertions, 0 deletions
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");