gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/05: REST: Fix replain plugin crash


From: gnunet
Subject: [gnunet] 02/05: REST: Fix replain plugin crash
Date: Sat, 28 Oct 2023 00:14:58 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 5ace916d7aecdb43a473c4fb3212d40b0dadc5e1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Oct 26 14:06:36 2023 +0200

    REST: Fix replain plugin crash
    
    The reclaim plugin caused the server to crash
    because of faulty method implementation.
---
 src/service/rest/reclaim_plugin.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/service/rest/reclaim_plugin.c 
b/src/service/rest/reclaim_plugin.c
index 677a6a676..e1afce00b 100644
--- a/src/service/rest/reclaim_plugin.c
+++ b/src/service/rest/reclaim_plugin.c
@@ -1435,7 +1435,8 @@ list_ego (void *cls,
 
 
 enum GNUNET_GenericReturnValue
-REST_reclaim_process_request (struct GNUNET_REST_RequestHandle *rest_handle,
+REST_reclaim_process_request (void *plugin,
+                              struct GNUNET_REST_RequestHandle *rest_handle,
                               GNUNET_REST_ResultProcessor proc,
                               void *proc_cls)
 {

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