From: Danny Mayer Date: Mon, 18 Sep 2006 20:17:26 +0000 (-0400) Subject: Bug #655 Added refid for broadcast mode X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ee3ad320d97c19ed06e1d250fd08cfa7d2c0d6;p=thirdparty%2Fntp.git Bug #655 Added refid for broadcast mode bk: 450efed6vXxuMhKWpUeP1hYVSjijAA --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 55b7bf5348..eb7a2158e8 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -1835,6 +1835,7 @@ io_setbclient(void) nif++; netsyslog(LOG_INFO,"io_setbclient: Opened broadcast client on interface #%d %s, socket: %d", interf->ifnum, interf->name, fd); + interf->addr_refid = addr2refid(&interf->sin); } } set_reuseaddr(0);