aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-22 15:54:48 +0000
committerLRN <lrn1986@gmail.com>2013-12-22 15:54:48 +0000
commit4d2600ffbfb11951fdca7b5b79976f053f64cc10 (patch)
tree0bb631fd9211a08c5a914498550c93045bbc3c40 /src/gns
parent52e5c4137c3950e09f462435a2db4179f62cba9e (diff)
downloadgnunet-4d2600ffbfb11951fdca7b5b79976f053f64cc10.tar.gz
gnunet-4d2600ffbfb11951fdca7b5b79976f053f64cc10.zip
A docfix and a style fix
Diffstat (limited to 'src/gns')
-rwxr-xr-xsrc/gns/gnunet-gns-import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-import.c b/src/gns/gnunet-gns-import.c
index 25c56a975..be7cbbb28 100755
--- a/src/gns/gnunet-gns-import.c
+++ b/src/gns/gnunet-gns-import.c
@@ -249,7 +249,7 @@ zone_iterator (void *cls,
249 { 249 {
250 if (0 != run_process_and_wait (GNUNET_NO, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, &st, &code, 250 if (0 != run_process_and_wait (GNUNET_NO, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, &st, &code,
251 "gnunet-namestore", 251 "gnunet-namestore",
252 "gnunet-namestore", "-z", "master-zone", "-a", "-e", "never", "-n", "pin", "-p", "-t", "PKEY", "-V", "72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG", NULL)) 252 "gnunet-namestore", "-z", "master-zone", "-a", "-e", "never", "-n", "pin", "-p", "-t", "PKEY", "-V", pin_zone_pkey, NULL))
253 { 253 {
254 ret = 10; 254 ret = 10;
255 return; 255 return;
@@ -263,7 +263,7 @@ zone_iterator (void *cls,
263} 263}
264 264
265/** 265/**
266 * If listing is enabled, prints information about the egos. 266 * Get master-zone, short-zone and private-zone keys.
267 * 267 *
268 * This function is initially called for all egos and then again 268 * This function is initially called for all egos and then again
269 * whenever a ego's identifier changes or if it is deleted. At the 269 * whenever a ego's identifier changes or if it is deleted. At the