summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-27 05:03:44 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-27 05:03:44 +0000
commitf23dacc92b9d2505191b3a11477f7d2fab75d454 (patch)
tree2d72fedcc807b9f1f1f9236b41499fb48bf800b8
parentfab3ce2f8ccedb6a8e657317349071539c25667e (diff)
test
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1637 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-core/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/entry.c b/avahi-core/entry.c
index 3e25c69..1085d4e 100644
--- a/avahi-core/entry.c
+++ b/avahi-core/entry.c
@@ -227,7 +227,7 @@ static AvahiEntry * server_add_internal(
char[100] out;
int out_len = 100;
- avahi_unescape_label("foo.com", 8, &out, &out_len);
+ avahi_escape_label("foo.com", 8, &out, &out_len);
printf("result: -%s-\n", out);
/* sketch publishing function */