From: Frank Kardel Date: Sun, 18 Jun 2006 00:01:22 +0000 (+0000) Subject: ntp_io.c: X-Git-Tag: NTP_4_2_3P5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188fc1f9a093512078046d6069c83e8d318c2936;p=thirdparty%2Fntp.git ntp_io.c: skip interfaces that cannot be bound to bk: 449497d2D1WeewkkRkvumhVViPD70A --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index ec00fb40e..cf3ba37c6 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -1084,6 +1084,7 @@ update_interfaces( else { msyslog(LOG_INFO, "failed to initialize interface for address %s", stoa(&interface.sin)); + continue; } } /*