commit edf7fbbb571f712d2108b578cc9944066363c240
parent ce32f9bba122dafe0cb62c4c06457719c2d097aa
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date: Fri, 27 Sep 2013 15:17:27 +0000
-fix name assembly for ns delegation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
@@ -1522,7 +1522,7 @@ handle_gns_resolution_result (void *cls,
created from the remainder of the GNS name and the
name in the NS record */
GNUNET_asprintf (&ac->label,
- "%.*s%s",
+ "%.*s.%s",
(int) rh->name_resolution_pos,
rh->name,
ns);