summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-06 15:00:43 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-06 15:00:43 +0000
commit6f37f0e1126ad3776b80dbd64701f38a58738921 (patch)
tree43d640abb3bde62d7e664b305a1ac069dc8e2325 /avahi-compat-howl
parentfbce111b069aa1e4c701ed37ee1d9f6d6cefaac5 (diff)
add new client state AVAHI_CLIENT_FAILURE
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@931 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl')
-rw-r--r--avahi-compat-howl/compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-compat-howl/compat.c b/avahi-compat-howl/compat.c
index 18171f8..8db8fe0 100644
--- a/avahi-compat-howl/compat.c
+++ b/avahi-compat-howl/compat.c
@@ -694,6 +694,7 @@ static void reg_client_callback(oid_data *data, AvahiClientState state) {
return;
switch (state) {
+ case AVAHI_CLIENT_FAILURE:
case AVAHI_CLIENT_DISCONNECTED:
reg_report_status(data, SW_DISCOVERY_PUBLISH_INVALID);
break;