From a3f8ceb929420a0be2b2c8341382fdfe0a50b859 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 11 Oct 2005 19:52:38 +0000 Subject: Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This should ease porting to other platforms. Sebest, Lathiat this is for you! It Should simplify your porting work to *BSD/MacOSX/Solaris. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@726 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/announce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/announce.c') 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) -- cgit