summaryrefslogtreecommitdiffstats
path: root/avahi-core/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/entry.c')
-rw-r--r--avahi-core/entry.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/avahi-core/entry.c b/avahi-core/entry.c
index 5db8908..3e25c69 100644
--- a/avahi-core/entry.c
+++ b/avahi-core/entry.c
@@ -225,6 +225,11 @@ static AvahiEntry * server_add_internal(
/* may have to move lower into logic, for _new_ and _modified_ records only */
printf("+++ record of type %d named %s observed at entrypoint\n", r->key->type, r->key->name);
+ char[100] out;
+ int out_len = 100;
+ avahi_unescape_label("foo.com", 8, &out, &out_len);
+ printf("result: -%s-\n", out);
+
/* sketch publishing function */
/*wide_area_publish();*/