summaryrefslogtreecommitdiffstats
path: root/avahi-core/announce.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-11 19:52:38 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-11 19:52:38 +0000
commita3f8ceb929420a0be2b2c8341382fdfe0a50b859 (patch)
tree525f8ab22785f9f9d63d4ca3b3109a0a38d4c577 /avahi-core/announce.c
parentbea0b5e859395d0f0eeffec2bdd0361740bdb863 (diff)
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
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)