mirror of git://anongit.mindrot.org/openssh.git
some xxx's for future privsep cleanup
This commit is contained in:
parent
4903eb4b74
commit
43cecc1392
1
auth1.c
1
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");
|
||||
|
|
Loading…
Reference in New Issue