aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-08 14:34:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-08 14:34:29 +0000
commit728ba568b9b8121ba54eb045cb995e0849fad921 (patch)
tree8c22edc9d02eeebf72f39a4be10173a69db7c1a1 /src/gns/gnunet-gns.c
parent548c3ae72646799e886f403945bf07befa670e0d (diff)
downloadgnunet-728ba568b9b8121ba54eb045cb995e0849fad921.tar.gz
gnunet-728ba568b9b8121ba54eb045cb995e0849fad921.zip
-fix confusion between service name and default ego name
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 864d1d0ad..7349761ce 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -332,7 +332,7 @@ identity_master_cb (void *cls,
332 if (NULL == ego) 332 if (NULL == ego)
333 { 333 {
334 fprintf (stderr, 334 fprintf (stderr,
335 _("Ego for `master-zone' not found, cannot perform lookup. Did you run gnunet-gns-import.sh?\n")); 335 _("Ego for `gns-master' not found, cannot perform lookup. Did you run gnunet-gns-import.sh?\n"));
336 GNUNET_SCHEDULER_shutdown (); 336 GNUNET_SCHEDULER_shutdown ();
337 return; 337 return;
338 } 338 }
@@ -403,7 +403,7 @@ run (void *cls, char *const *args, const char *cfgfile,
403 else 403 else
404 { 404 {
405 id_op = GNUNET_IDENTITY_get (identity, 405 id_op = GNUNET_IDENTITY_get (identity,
406 "master-zone", 406 "gns-master",
407 &identity_master_cb, 407 &identity_master_cb,
408 NULL); 408 NULL);
409 GNUNET_assert (NULL != id_op); 409 GNUNET_assert (NULL != id_op);