]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Comment out check for Up flag in Address_Okay
authorDanny Mayer <mayer@ntp.org>
Tue, 19 Aug 2003 19:07:53 +0000 (15:07 -0400)
committerDanny Mayer <mayer@ntp.org>
Tue, 19 Aug 2003 19:07:53 +0000 (15:07 -0400)
bk: 3f427589cAOnljiazmxipdM4_O-hgA

ntpd/ntp_io.c

index 902c315661532bf86cf83d3942e3287e39a1cea7..5e3a2ac9941c6cc90cda2da9824b9279371f484f 100644 (file)
@@ -333,10 +333,11 @@ address_okay(isc_interface_t *isc_if) {
 
        /* XXXPDM This should be fixed later, but since we may not have set
         * the UP flag, we at least get to use the interface.
+        * The UP flag is not always set so we don't do this right now.
         */
-       if ((isc_if->flags & INTERFACE_F_UP) == 0)
+/*     if ((isc_if->flags & INTERFACE_F_UP) == 0)
                return (ISC_FALSE);
-
+*/
        return (ISC_TRUE);
 }
 void