gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 21/27: conversation: More API fixes


From: gnunet
Subject: [gnunet] 21/27: conversation: More API fixes
Date: Thu, 14 Dec 2023 19:23:15 +0100

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

sebi pushed a commit to branch master
in repository gnunet.

commit a7c2a5921da1431528569697325c8145890ebc56
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Dec 9 18:25:36 2023 +0100

    conversation: More API fixes
---
 src/contrib/service/conversation/test_conversation_api_reject.c   | 2 +-
 src/contrib/service/conversation/test_conversation_api_twocalls.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contrib/service/conversation/test_conversation_api_reject.c 
b/src/contrib/service/conversation/test_conversation_api_reject.c
index 37192f5b8..248c7835d 100644
--- a/src/contrib/service/conversation/test_conversation_api_reject.c
+++ b/src/contrib/service/conversation/test_conversation_api_reject.c
@@ -290,7 +290,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,
diff --git a/src/contrib/service/conversation/test_conversation_api_twocalls.c 
b/src/contrib/service/conversation/test_conversation_api_twocalls.c
index 2ca31854d..cc4969e09 100644
--- a/src/contrib/service/conversation/test_conversation_api_twocalls.c
+++ b/src/contrib/service/conversation/test_conversation_api_twocalls.c
@@ -559,7 +559,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.



reply via email to

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