From: Danny Mayer Date: Mon, 14 Feb 2005 06:15:09 +0000 (-0500) Subject: Bug #214: Return ISC_FALSE on not equal X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efdf2e16f492f93a8291cb38df4d9a155b1fee5b;p=thirdparty%2Fntp.git Bug #214: Return ISC_FALSE on not equal bk: 421041edBcoaQzubKTbn2lgSpvIgBw --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 8b2ca2a9db..243ff99986 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -417,6 +417,8 @@ address_okay(isc_interface_t *isc_if) { if (specific_interface != NULL) { if (strcasecmp(isc_if->name, specific_interface) == 0) return (ISC_TRUE); + else + return (ISC_FALSE); } else { if (listen_to_virtual_ips == 0 &&