]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_io.c:
authorFrank Kardel <kardel@ntp.org>
Tue, 7 Aug 2007 18:14:16 +0000 (18:14 +0000)
committerFrank Kardel <kardel@ntp.org>
Tue, 7 Aug 2007 18:14:16 +0000 (18:14 +0000)
  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

ntpd/ntp_io.c

index 5ba08b88f22b2bbaeb1ab3aadb76ea53a31488b0..c5217242bb59da9dde74878b977503542874e1e5 100644 (file)
@@ -3137,7 +3137,7 @@ findinterface(
 {
        struct interface *interface;
        
-       interface = findlocalinterface(addr, INT_LOOPBACK|INT_WILDCARD);
+       interface = findlocalinterface(addr, INT_WILDCARD);
 
        if (interface == NULL)
        {