summaryrefslogtreecommitdiffstats
path: root/auth1.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-06-21 08:21:11 +0200
committerDamien Miller <djm@mindrot.org>2002-06-21 08:21:11 +0200
commit43cecc1392ff3ec4a01458f3ca1869bebd79e59d (patch)
tree336f5b47595c74c78fa5d00b813155b82263705a /auth1.c
parent - (djm) Warn and disable compression on platforms which can't handle both (diff)
downloadopenssh-43cecc1392ff3ec4a01458f3ca1869bebd79e59d.tar.xz
openssh-43cecc1392ff3ec4a01458f3ca1869bebd79e59d.zip
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");