gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: NAMESTORE: Fix API return value


From: gnunet
Subject: [gnunet] branch master updated: NAMESTORE: Fix API return value
Date: Mon, 26 Sep 2022 13:50:44 +0200

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 6d019f05f NAMESTORE: Fix API return value
6d019f05f is described below

commit 6d019f05f217b78d5af24c236355bea93ded799b
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Sep 26 20:50:36 2022 +0900

    NAMESTORE: Fix API return value
---
 src/namestore/namestore_api.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index d5591378b..71d969022 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -1214,9 +1214,9 @@ GNUNET_NAMESTORE_records_lookup (
   GNUNET_NAMESTORE_RecordMonitor rm,
   void *rm_cls)
 {
-  records_lookup (h, pkey, label,
-                  error_cb, error_cb_cls,
-                  rm, rm_cls, GNUNET_NO);
+  return records_lookup (h, pkey, label,
+                         error_cb, error_cb_cls,
+                         rm, rm_cls, GNUNET_NO);
 
 }
 

-- 
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]