cache: remove service descriptions for now, they belong in the UI layer
[project/mdnsd.git] / ubus.c
diff --git a/ubus.c b/ubus.c
index 67a4bab..232170a 100644 (file)
--- a/ubus.c
+++ b/ubus.c
@@ -107,10 +107,7 @@ mdns_browse(struct ubus_context *ctx, struct ubus_object *obj,
                        continue;
 
                if (!c1) {
-                       char *type = cache_lookup_name(buffer);
                        c1 = blobmsg_open_table(&b, buffer);
-                       if (type)
-                               blobmsg_add_string(&b, ".desc", type);
                }
                snprintf(buffer, MAX_NAME_LEN, s->entry);
                local = strstr(buffer, "._");