gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31682 - gnunet/src/gns
Date: Sun, 22 Dec 2013 16:54:48 +0100

Author: LRN
Date: 2013-12-22 16:54:48 +0100 (Sun, 22 Dec 2013)
New Revision: 31682

Modified:
   gnunet/src/gns/gnunet-gns-import.c
Log:
A docfix and a style fix

Modified: gnunet/src/gns/gnunet-gns-import.c
===================================================================
--- gnunet/src/gns/gnunet-gns-import.c  2013-12-22 15:51:56 UTC (rev 31681)
+++ gnunet/src/gns/gnunet-gns-import.c  2013-12-22 15:54:48 UTC (rev 31682)
@@ -249,7 +249,7 @@
     {
       if (0 != run_process_and_wait (GNUNET_NO, 
GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, &st, &code,
           "gnunet-namestore",
-          "gnunet-namestore", "-z", "master-zone", "-a", "-e", "never", "-n", 
"pin", "-p", "-t", "PKEY", "-V", 
"72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG", NULL))
+          "gnunet-namestore", "-z", "master-zone", "-a", "-e", "never", "-n", 
"pin", "-p", "-t", "PKEY", "-V", pin_zone_pkey, NULL))
       {
         ret = 10;
         return;
@@ -263,7 +263,7 @@
 }
 
 /**
- * If listing is enabled, prints information about the egos.
+ * Get master-zone, short-zone and private-zone keys.
  *
  * This function is initially called for all egos and then again
  * whenever a ego's identifier changes or if it is deleted.  At the




reply via email to

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