Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/dist/ntpd PR/45308: Manuel Bouyer: Update l...



details:   https://anonhg.NetBSD.org/src/rev/308ea8f5ceff
branches:  trunk
changeset: 769566:308ea8f5ceff
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 14 16:18:29 2011 +0000

description:
PR/45308: Manuel Bouyer: Update list of broadcast addresses after updating
interfaces.

diffstat:

 external/bsd/ntp/dist/ntpd/ntp_io.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 55f60a793cb4 -r 308ea8f5ceff external/bsd/ntp/dist/ntpd/ntp_io.c
--- a/external/bsd/ntp/dist/ntpd/ntp_io.c       Wed Sep 14 14:59:29 2011 +0000
+++ b/external/bsd/ntp/dist/ntpd/ntp_io.c       Wed Sep 14 16:18:29 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntp_io.c,v 1.5 2011/01/09 14:49:40 kardel Exp $        */
+/*     $NetBSD: ntp_io.c,v 1.6 2011/09/14 16:18:29 christos Exp $      */
 
 /*
  * ntp_io.c - input/output routines for ntpd.  The socket-opening code
@@ -1782,7 +1782,10 @@
        create_wildcards(port);
 
        update_interfaces(port, NULL, NULL);
-       
+
+       if (sys_bclient)
+               io_setbclient();
+
        /*
         * Now that we have opened all the sockets, turn off the reuse
         * flag for security.



Home | Main Index | Thread Index | Old Index