gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 05/11: Hostlist: Fixed bug in hostlist client.


From: gnunet
Subject: [gnunet] 05/11: Hostlist: Fixed bug in hostlist client.
Date: Wed, 18 Oct 2023 15:49:34 +0200

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

t3sserakt pushed a commit to branch master
in repository gnunet.

commit 3b62cab22b126bec58d760a46d05136bfd45941e
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Oct 18 13:40:21 2023 +0200

    Hostlist: Fixed bug in hostlist client.
---
 src/hostlist/gnunet-daemon-hostlist_client.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/hostlist/gnunet-daemon-hostlist_client.c 
b/src/hostlist/gnunet-daemon-hostlist_client.c
index 0fd16370f..aceea0aaf 100644
--- a/src/hostlist/gnunet-daemon-hostlist_client.c
+++ b/src/hostlist/gnunet-daemon-hostlist_client.c
@@ -313,7 +313,8 @@ static struct GNUNET_PEERSTORE_Handle *peerstore;
 static void
 shc_cont (void *cls, int success)
 {
-  GNUNET_free (cls);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Hostlist entry stored successfully!\n");
 }
 
 

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