summaryrefslogtreecommitdiff
path: root/auth2.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 /auth2.c
parent6ca9089837cdb5bbc42246b5962e41af2632dd11 (diff)
downloadopenssh-89be33163010afe582ce9165c6ac694c6f30b3de.tar.gz
some xxx's for future privsep cleanup
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth2.c b/auth2.c
index 515033f4..6dfd91f7 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");