aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reclaim/gnunet-service-reclaim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/gnunet-service-reclaim.c b/src/reclaim/gnunet-service-reclaim.c
index 937e1410f..97b8aa338 100644
--- a/src/reclaim/gnunet-service-reclaim.c
+++ b/src/reclaim/gnunet-service-reclaim.c
@@ -811,7 +811,7 @@ bootstrap_abe_result (void *cls,
811 811
812 abh->ns_qe = GNUNET_NAMESTORE_records_store (ns_handle, 812 abh->ns_qe = GNUNET_NAMESTORE_records_store (ns_handle,
813 &abh->identity, 813 &abh->identity,
814 "+", 814 GNUNET_GNS_EMPTY_LABEL_AT,
815 rd_count_new, 815 rd_count_new,
816 rdn, 816 rdn,
817 &bootstrap_store_cont, 817 &bootstrap_store_cont,
@@ -846,7 +846,7 @@ bootstrap_abe (const struct GNUNET_CRYPTO_EcdsaPrivateKey *identity,
846 } 846 }
847 abh->ns_qe = GNUNET_NAMESTORE_records_lookup (ns_handle, 847 abh->ns_qe = GNUNET_NAMESTORE_records_lookup (ns_handle,
848 identity, 848 identity,
849 "+", 849 GNUNET_GNS_EMPTY_LABEL_AT,
850 &bootstrap_abe_error, 850 &bootstrap_abe_error,
851 abh, 851 abh,
852 &bootstrap_abe_result, 852 &bootstrap_abe_result,