move to empty label
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Thu, 31 Jan 2019 17:15:41 +0000 (18:15 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Thu, 31 Jan 2019 17:15:41 +0000 (18:15 +0100)
src/reclaim/gnunet-service-reclaim.c

index 937e1410f3cc558bdff275f13845990aa6756f7f..97b8aa3386b61a4cc4e560751f2b51ad29d23f4d 100644 (file)
@@ -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,