From: Frank Kardel Date: Sat, 9 Sep 2006 07:16:37 +0000 (+0000) Subject: ntp_io.c: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142103ef4d065747b64292c2483f604ad2abe435;p=thirdparty%2Fntp.git ntp_io.c: remove unnecessary test bk: 45026a55nKgbadrAa8NHCYyBtgzFvw --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 0996e61dd1..8e72243683 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -1195,7 +1195,7 @@ update_interfaces( { ifi.action = IFS_CREATED; ifi.interface = iface; - if (receiver && iface) + if (receiver) receiver(data, &ifi); } else