summaryrefslogtreecommitdiffstats
path: root/avahi-discover-standalone/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-discover-standalone/main.c')
-rw-r--r--avahi-discover-standalone/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-discover-standalone/main.c b/avahi-discover-standalone/main.c
index 6cd4cc4..1075088 100644
--- a/avahi-discover-standalone/main.c
+++ b/avahi-discover-standalone/main.c
@@ -238,6 +238,7 @@ static void service_resolver_callback(AvahiSServiceResolver *r, AvahiIfIndex int
g_assert(r == service_resolver);
avahi_s_service_resolver_free(service_resolver);
service_resolver = NULL;
+ return;
}
if (event == AVAHI_RESOLVER_TIMEOUT)