summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-compat-howl/compat.c')
-rw-r--r--avahi-compat-howl/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-compat-howl/compat.c b/avahi-compat-howl/compat.c
index a7e2809..e436208 100644
--- a/avahi-compat-howl/compat.c
+++ b/avahi-compat-howl/compat.c
@@ -711,13 +711,13 @@ static void reg_client_callback(oid_data *data, AvahiClientState state) {
}
case AVAHI_CLIENT_S_COLLISION:
+ case AVAHI_CLIENT_S_REGISTERING:
/* Remove our entry */
avahi_entry_group_reset(data->object);
break;
case AVAHI_CLIENT_CONNECTING:
- case AVAHI_CLIENT_S_REGISTERING:
/* Ignore */
break;
}