summaryrefslogtreecommitdiffstats
path: root/avahi-client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-client/client.c')
-rw-r--r--avahi-client/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-client/client.c b/avahi-client/client.c
index ce4cfa0..d4faed0 100644
--- a/avahi-client/client.c
+++ b/avahi-client/client.c
@@ -62,6 +62,7 @@ static void client_set_state (AvahiClient *client, AvahiServerState state) {
switch (client->state) {
case AVAHI_CLIENT_DISCONNECTED:
+ case AVAHI_CLIENT_FAILURE:
if (client->bus) {
dbus_connection_disconnect(client->bus);
dbus_connection_unref(client->bus);