summaryrefslogtreecommitdiffstats
path: root/examples/core-browse-services.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core-browse-services.c')
-rw-r--r--examples/core-browse-services.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/core-browse-services.c b/examples/core-browse-services.c
index 50f82bc..c2eb180 100644
--- a/examples/core-browse-services.c
+++ b/examples/core-browse-services.c
@@ -73,6 +73,7 @@ static void resolve_callback(
case AVAHI_RESOLVER_FAILURE:
fprintf(stderr, "Failed to resolve service '%s' of type '%s' in domain '%s': %s\n", name, type, domain,
event == AVAHI_RESOLVER_TIMEOUT ? "TIMEOUT" : (event == AVAHI_RESOLVER_NOT_FOUND ? "NOT_FOUND" : "FAILURE"));
+ break;
case AVAHI_RESOLVER_FOUND: {
char a[128], *t;