From: Frank Kardel Date: Tue, 7 Aug 2007 18:14:16 +0000 (+0000) Subject: ntp_io.c: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d152a52d3fba8c725b70f37bb5ba655f73655698;p=thirdparty%2Fntp.git ntp_io.c: Bug 882: loopback interfaces may share IP addresses with other interfaces thus allow addresses also found on loopback interfaces to be used as local address. bk: 46b8b678dfmD3eJ_m3o7gZ2WT57-uA --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 5ba08b88f2..c5217242bb 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -3137,7 +3137,7 @@ findinterface( { struct interface *interface; - interface = findlocalinterface(addr, INT_LOOPBACK|INT_WILDCARD); + interface = findlocalinterface(addr, INT_WILDCARD); if (interface == NULL) {