gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: fix2


From: gnunet
Subject: [taler-donau] branch master updated: fix2
Date: Thu, 18 Jan 2024 11:01:53 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 71f9117  fix2
71f9117 is described below

commit 71f91175da282d7bebc8ff6b943b6e3c99ac5f24
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Thu Jan 18 11:03:01 2024 +0100

    fix2
---
 src/donau/donau-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/donau/donau-httpd.c b/src/donau/donau-httpd.c
index bdc0985..f97c687 100644
--- a/src/donau/donau-httpd.c
+++ b/src/donau/donau-httpd.c
@@ -401,7 +401,7 @@ handle_get_charities (struct DH_RequestContext *rc,
 {
   if (NULL == args[0])
   {
-    return DH_handler_charities_get (rc);
+    return DH_handler_charities_get (rc, NULL);
   }
   else
   {

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