[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/02: conversation: fix test new API GNS
From: |
gnunet |
Subject: |
[gnunet] 01/02: conversation: fix test new API GNS |
Date: |
Sat, 09 Dec 2023 18:25:48 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit 0ad326762d3f08347624990848b68efebb8d9b26
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Dec 9 18:24:12 2023 +0100
conversation: fix test new API GNS
---
src/contrib/service/conversation/test_conversation_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/contrib/service/conversation/test_conversation_api.c
b/src/contrib/service/conversation/test_conversation_api.c
index 2e804a485..decc40b64 100644
--- a/src/contrib/service/conversation/test_conversation_api.c
+++ b/src/contrib/service/conversation/test_conversation_api.c
@@ -437,7 +437,7 @@ identity_cb (void *cls,
GNUNET_assert (rd.record_type == GNUNET_GNSRECORD_TYPE_PHONE);
rd.expiration_time = UINT64_MAX;
qe =
- GNUNET_NAMESTORE_records_store (ns,
+ GNUNET_NAMESTORE_record_set_store (ns,
GNUNET_IDENTITY_ego_get_private_key
(ego),
"phone" /* GNS label */,
1,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.