From: Danny Mayer Date: Mon, 18 Sep 2006 20:17:26 +0000 (-0400) Subject: Bug #655 Added refid for broadcast mode X-Git-Tag: NTP_4_2_3P48~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c4bf4d5f6301e983a4fea29ddf4757077f1e3b;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 55b7bf534..eb7a2158e 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);