aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-29 16:20:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-29 16:20:51 +0000
commit1e2cfae35291656e7f66f0cd96fe5acafa454151 (patch)
treef9a8a6dcfbc949fbaff341b393ee4a4a2814c962 /src/gns/gnunet-gns.c
parent3e220c2aabfd1bc28a02312cd00cf62b6b53b394 (diff)
downloadgnunet-1e2cfae35291656e7f66f0cd96fe5acafa454151.tar.gz
gnunet-1e2cfae35291656e7f66f0cd96fe5acafa454151.zip
-use correct subsystem name to locate shorten zone
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c2
1 files changed, 1 insertions, 1 deletions
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)
265 pkeym = GNUNET_new (struct GNUNET_CRYPTO_EccPublicSignKey); 265 pkeym = GNUNET_new (struct GNUNET_CRYPTO_EccPublicSignKey);
266 *pkeym = *pkey; 266 *pkeym = *pkey;
267 id_op = GNUNET_IDENTITY_get (identity, 267 id_op = GNUNET_IDENTITY_get (identity,
268 "short-zone", 268 "gns-short",
269 &identity_shorten_cb, 269 &identity_shorten_cb,
270 pkeym); 270 pkeym);
271 if (NULL == id_op) 271 if (NULL == id_op)