diff options
author | Damien Miller <djm@mindrot.org> | 2002-06-21 08:21:11 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-06-21 08:21:11 +0200 |
commit | 43cecc1392ff3ec4a01458f3ca1869bebd79e59d (patch) | |
tree | 336f5b47595c74c78fa5d00b813155b82263705a /auth1.c | |
parent | - (djm) Warn and disable compression on platforms which can't handle both (diff) | |
download | openssh-43cecc1392ff3ec4a01458f3ca1869bebd79e59d.tar.xz openssh-43cecc1392ff3ec4a01458f3ca1869bebd79e59d.zip |
some xxx's for future privsep cleanup
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |