gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: move to empty label


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: move to empty label
Date: Thu, 31 Jan 2019 18:15:46 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4a2e7287e move to empty label
4a2e7287e is described below

commit 4a2e7287ec33d1a50fdb5a9e96b8798609029a6f
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Jan 31 18:15:41 2019 +0100

    move to empty label
---
 src/reclaim/gnunet-service-reclaim.c | 4 ++--
 1 file 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,
 
     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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]