Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist don't call pfilter_notify()...



details:   https://anonhg.NetBSD.org/src/rev/94e9c3460e92
branches:  trunk
changeset: 465929:94e9c3460e92
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 07 16:25:05 2019 +0000

description:
don't call pfilter_notify() twice in grace_alarm_handler(). (kim@)

diffstat:

 crypto/external/bsd/openssh/dist/sshd.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 467030b11aea -r 94e9c3460e92 crypto/external/bsd/openssh/dist/sshd.c
--- a/crypto/external/bsd/openssh/dist/sshd.c   Sat Dec 07 16:13:39 2019 +0000
+++ b/crypto/external/bsd/openssh/dist/sshd.c   Sat Dec 07 16:25:05 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sshd.c,v 1.36 2019/10/12 18:32:22 christos Exp $       */
+/*     $NetBSD: sshd.c,v 1.37 2019/12/07 16:25:05 christos Exp $       */
 /* $OpenBSD: sshd.c,v 1.537 2019/06/28 13:35:04 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo%cs.hut.fi@localhost>
@@ -44,7 +44,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: sshd.c,v 1.36 2019/10/12 18:32:22 christos Exp $");
+__RCSID("$NetBSD: sshd.c,v 1.37 2019/12/07 16:25:05 christos Exp $");
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/ioctl.h>
@@ -370,7 +370,6 @@
 
        /* XXX pre-format ipaddr/port so we don't need to access active_state */
        /* Log error and exit. */
-       pfilter_notify(1);
        sigdie("Timeout before authentication for %s port %d",
            ssh_remote_ipaddr(the_active_state),
            ssh_remote_port(the_active_state));



Home | Main Index | Thread Index | Old Index