From: Danny Mayer Date: Tue, 19 Aug 2003 19:07:53 +0000 (-0400) Subject: Comment out check for Up flag in Address_Okay X-Git-Tag: NTP_4_2_0~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad102d875ba285b26fb01b94f7a6763b6d1b6f80;p=thirdparty%2Fntp.git Comment out check for Up flag in Address_Okay bk: 3f427589cAOnljiazmxipdM4_O-hgA --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 902c315661..5e3a2ac994 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -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