From 728ba568b9b8121ba54eb045cb995e0849fad921 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 8 Nov 2013 14:34:29 +0000 Subject: [PATCH] -fix confusion between service name and default ego name --- src/gns/gnunet-gns.c | 4 ++-- 1 file 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, if (NULL == ego) { fprintf (stderr, - _("Ego for `master-zone' not found, cannot perform lookup. Did you run gnunet-gns-import.sh?\n")); + _("Ego for `gns-master' not found, cannot perform lookup. Did you run gnunet-gns-import.sh?\n")); GNUNET_SCHEDULER_shutdown (); return; } @@ -403,7 +403,7 @@ run (void *cls, char *const *args, const char *cfgfile, else { id_op = GNUNET_IDENTITY_get (identity, - "master-zone", + "gns-master", &identity_master_cb, NULL); GNUNET_assert (NULL != id_op); -- 2.25.1