aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
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)