summaryrefslogtreecommitdiffstats
path: root/avahi-core/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/announce.c')
-rw-r--r--avahi-core/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/announce.c b/avahi-core/announce.c
index 33d52aa..8796621 100644
--- a/avahi-core/announce.c
+++ b/avahi-core/announce.c
@@ -445,7 +445,7 @@ void avahi_goodbye_interface(AvahiServer *s, AvahiInterface *i, int goodbye) {
/* avahi_log_debug("goodbye interface: %s.%u", i->hardware->name, i->protocol); */
- if (goodbye && avahi_interface_relevant(i)) {
+ if (goodbye && avahi_interface_is_relevant(i)) {
AvahiEntry *e;
for (e = s->entries; e; e = e->entries_next)