From 4a2e7287ec33d1a50fdb5a9e96b8798609029a6f Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 31 Jan 2019 18:15:41 +0100 Subject: move to empty label --- src/reclaim/gnunet-service-reclaim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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, abh->ns_qe = GNUNET_NAMESTORE_records_store (ns_handle, &abh->identity, - "+", + GNUNET_GNS_EMPTY_LABEL_AT, rd_count_new, rdn, &bootstrap_store_cont, @@ -846,7 +846,7 @@ bootstrap_abe (const struct GNUNET_CRYPTO_EcdsaPrivateKey *identity, } abh->ns_qe = GNUNET_NAMESTORE_records_lookup (ns_handle, identity, - "+", + GNUNET_GNS_EMPTY_LABEL_AT, &bootstrap_abe_error, abh, &bootstrap_abe_result, -- cgit v1.2.3