summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authordjm <djm>2002-06-21 06:21:11 +0000
committerdjm <djm>2002-06-21 06:21:11 +0000
commit89be33163010afe582ce9165c6ac694c6f30b3de (patch)
tree2e16e9d51a36902a3593d4235951e110ba480861 /auth1.c
parent6ca9089837cdb5bbc42246b5962e41af2632dd11 (diff)
downloadopenssh-89be33163010afe582ce9165c6ac694c6f30b3de.tar.gz
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 06b6712a..2ebc8d03 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");