gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29659 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29659 - gnunet/src/gns
Date: Fri, 27 Sep 2013 17:17:27 +0200

Author: schanzen
Date: 2013-09-27 17:17:27 +0200 (Fri, 27 Sep 2013)
New Revision: 29659

Modified:
   gnunet/src/gns/gnunet-service-gns_resolver.c
Log:
-fix name assembly for ns delegation

Modified: gnunet/src/gns/gnunet-service-gns_resolver.c
===================================================================
--- gnunet/src/gns/gnunet-service-gns_resolver.c        2013-09-27 15:07:53 UTC 
(rev 29658)
+++ gnunet/src/gns/gnunet-service-gns_resolver.c        2013-09-27 15:17:27 UTC 
(rev 29659)
@@ -1522,7 +1522,7 @@
           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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]