summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/iface.c')
-rw-r--r--avahi-core/iface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/iface.c b/avahi-core/iface.c
index f60224b..8540720 100644
--- a/avahi-core/iface.c
+++ b/avahi-core/iface.c
@@ -424,8 +424,8 @@ static void netlink_callback(AvahiNetlink *nl, struct nlmsghdr *n, void* userdat
a = RTA_NEXT(a, l);
}
- update_hw_interface_rr(m, hw, 0);
check_hw_interface_relevant(m, hw);
+ update_hw_interface_rr(m, hw, 0);
} else if (n->nlmsg_type == RTM_DELLINK) {
struct ifinfomsg *ifinfomsg = NLMSG_DATA(n);
@@ -509,8 +509,8 @@ static void netlink_callback(AvahiNetlink *nl, struct nlmsghdr *n, void* userdat
free_address(m, addr);
}
- update_interface_rr(m, i, 0);
check_interface_relevant(m, i);
+ update_interface_rr(m, i, 0);
} else if (n->nlmsg_type == NLMSG_DONE) {