summaryrefslogtreecommitdiffstats
path: root/avahi-core
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core')
-rw-r--r--avahi-core/entry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-core/entry.c b/avahi-core/entry.c
index b812b00..dd75c29 100644
--- a/avahi-core/entry.c
+++ b/avahi-core/entry.c
@@ -228,7 +228,8 @@ static AvahiEntry * server_add_internal(
if (r->key->type == 12 || r->key->type == 2 || r->key->type == 5)
{
printf("c-style: \"%s\"\n", r->data.ptr.name);
- printf("canonical: \"%s\"\n", c_to_canonical_string(r->data.ptr.name));
+ /*printf("canonical: \"%s\"\n", c_to_canonical_string(r->data.ptr.name));*/
+ printf("canonical: \"%s\"\n", avahi_normalize_name_strdup(const char *s));
}
/*wide_area_publish();*/