From 1e2cfae35291656e7f66f0cd96fe5acafa454151 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Sep 2013 16:20:51 +0000 Subject: -use correct subsystem name to locate shorten zone --- src/gns/gnunet-gns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c index f57cf79a9..e7e2404f6 100644 --- a/src/gns/gnunet-gns.c +++ b/src/gns/gnunet-gns.c @@ -265,7 +265,7 @@ lookup_with_public_key (const struct GNUNET_CRYPTO_EccPublicSignKey *pkey) 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) -- cgit v1.2.3