aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 95260ff9c..6d3cc45ec 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1375,7 +1375,6 @@ handle_record_lookup (void *cls, const struct LabelLookupMessage *ll_msg)
1375 struct GNUNET_MQ_Envelope *env; 1375 struct GNUNET_MQ_Envelope *env;
1376 struct LabelLookupResponseMessage *llr_msg; 1376 struct LabelLookupResponseMessage *llr_msg;
1377 struct RecordLookupContext rlc; 1377 struct RecordLookupContext rlc;
1378 struct GNUNET_HashCode label_hash;
1379 const char *name_tmp; 1378 const char *name_tmp;
1380 char *res_name; 1379 char *res_name;
1381 char *conv_name; 1380 char *conv_name;
@@ -1531,7 +1530,6 @@ handle_record_store (void *cls, const struct RecordStoreMessage *rp_msg)
1531 unsigned int rd_count; 1530 unsigned int rd_count;
1532 int res; 1531 int res;
1533 struct StoreActivity *sa; 1532 struct StoreActivity *sa;
1534 struct GNUNET_HashCode label_hash;
1535 struct GNUNET_TIME_Absolute existing_block_exp; 1533 struct GNUNET_TIME_Absolute existing_block_exp;
1536 struct GNUNET_TIME_Absolute new_block_exp; 1534 struct GNUNET_TIME_Absolute new_block_exp;
1537 1535