diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-08-01 00:04:46 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-08-06 19:14:00 +0000 |
| commit | 2739a6845031e69be7c03461a9335d8bbb9f59bd (patch) | |
| tree | c92b22467587ddb61975ad48454d6cfd024f9fbc /crypto | |
| parent | e4d064e4a8e3818c5b1d059b40bd02bc7cede05c (diff) | |
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/sshd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c index 0c83e0ea468e..889f2056bc75 100644 --- a/crypto/openssh/sshd.c +++ b/crypto/openssh/sshd.c @@ -377,8 +377,6 @@ grace_alarm_handler(int sig) kill(0, SIGTERM); } - BLACKLIST_NOTIFY(the_active_state, BLACKLIST_AUTH_FAIL, "ssh"); - /* Log error and exit. */ sigdie("Timeout before authentication for %s port %d", ssh_remote_ipaddr(the_active_state), |
