gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29692 - gnunet/src/gns
Date: Sun, 29 Sep 2013 18:20:51 +0200

Author: grothoff
Date: 2013-09-29 18:20:51 +0200 (Sun, 29 Sep 2013)
New Revision: 29692

Modified:
   gnunet/src/gns/gnunet-gns.c
Log:
-use correct subsystem name to locate shorten zone

Modified: gnunet/src/gns/gnunet-gns.c
===================================================================
--- gnunet/src/gns/gnunet-gns.c 2013-09-29 16:20:27 UTC (rev 29691)
+++ gnunet/src/gns/gnunet-gns.c 2013-09-29 16:20:51 UTC (rev 29692)
@@ -265,7 +265,7 @@
   pkeym = GNUNET_new (struct GNUNET_CRYPTO_EccPublicSignKey);
   *pkeym = *pkey;
   id_op = GNUNET_IDENTITY_get (identity,
-                              "short-zone",
+                              "gns-short",
                               &identity_shorten_cb,
                               pkeym);
   if (NULL == id_op)




reply via email to

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