]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_io.c:
authorFrank Kardel <kardel@ntp.org>
Sat, 9 Sep 2006 07:16:37 +0000 (07:16 +0000)
committerFrank Kardel <kardel@ntp.org>
Sat, 9 Sep 2006 07:16:37 +0000 (07:16 +0000)
  remove unnecessary test

bk: 45026a55nKgbadrAa8NHCYyBtgzFvw

ntpd/ntp_io.c

index 0996e61dd1f1bc7a913dc21c037a5c18b67a5861..8e72243683342e6e2656707f497049ae4ac0e3bd 100644 (file)
@@ -1195,7 +1195,7 @@ update_interfaces(
                        {
                                ifi.action = IFS_CREATED;
                                ifi.interface = iface;
-                               if (receiver && iface)
+                               if (receiver)
                                        receiver(data, &ifi);
                        }
                        else