aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/namestore/gnunet-namestore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 5f4daa4a8..e161a741d 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -982,7 +982,6 @@ static void
982identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) 982identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego)
983{ 983{
984 const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 984 const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
985 struct GNUNET_CRYPTO_EcdsaPublicKey pub;
986 struct GNUNET_GNSRECORD_Data rd; 985 struct GNUNET_GNSRECORD_Data rd;
987 986
988 el = NULL; 987 el = NULL;
@@ -1020,7 +1019,6 @@ identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego)
1020 GNUNET_SCHEDULER_shutdown (); 1019 GNUNET_SCHEDULER_shutdown ();
1021 return; 1020 return;
1022 } 1021 }
1023 GNUNET_CRYPTO_ecdsa_key_get_public (&zone_pkey, &pub);
1024 ns = GNUNET_NAMESTORE_connect (cfg); 1022 ns = GNUNET_NAMESTORE_connect (cfg);
1025 if (NULL == ns) 1023 if (NULL == ns)
1026 { 1024 {