aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2013-09-28 10:53:36 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2013-09-28 10:53:36 +0000
commitc7d9b8245a19e203a3a11658038f8e603dad31a3 (patch)
tree5cdb2bb4adba1e94cf7f4f229cc4eacacee606af /src/gns/gnunet-gns.c
parentae4f506a574161c3baaf071d491f8c4987bc0623 (diff)
downloadgnunet-c7d9b8245a19e203a3a11658038f8e603dad31a3.tar.gz
gnunet-c7d9b8245a19e203a3a11658038f8e603dad31a3.zip
-pseu shorten test, fails
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 460626628..f57cf79a9 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -241,7 +241,7 @@ identity_shorten_cb (void *cls,
241 struct GNUNET_CRYPTO_EccPublicSignKey *pkeym = cls; 241 struct GNUNET_CRYPTO_EccPublicSignKey *pkeym = cls;
242 242
243 id_op = NULL; 243 id_op = NULL;
244 if (NULL == ego) 244 if (NULL == ego)
245 lookup_with_keys (pkeym, NULL); 245 lookup_with_keys (pkeym, NULL);
246 else 246 else
247 lookup_with_keys (pkeym, 247 lookup_with_keys (pkeym,
@@ -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 "shorten-zone", 268 "short-zone",
269 &identity_shorten_cb, 269 &identity_shorten_cb,
270 pkeym); 270 pkeym);
271 if (NULL == id_op) 271 if (NULL == id_op)