From: Danny Mayer Date: Thu, 17 Apr 2003 02:09:32 +0000 (-0400) Subject: Enabled checking of the UP flag. X-Git-Tag: NTP_4_1_80_RC1~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738767ef090e9953b39710915a56755ce2fd5d6b;p=thirdparty%2Fntp.git Enabled checking of the UP flag. bk: 3e9e0cdcxNnSx0ojCeUxkWOGOjhBSQ --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 3f0f45d07..e3c5b316f 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -259,10 +259,10 @@ 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. - * + */ if ((isc_if->flags & INTERFACE_F_UP) == 0) return (ISC_FALSE); -*/ + return (ISC_TRUE); } void