donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

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

fix2

Diffstat:
Msrc/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 @@ -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 {