[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: fixing the hard issues
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: fixing the hard issues |
Date: |
Fri, 12 Jan 2024 16:18:02 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new 3de06e7 fixing the hard issues
3de06e7 is described below
commit 3de06e7344521e2a238eff5cc99554813b13515b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 12 16:17:59 2024 +0100
fixing the hard issues
---
src/donau/donau-httpd_post-charity.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/donau/donau-httpd_post-charity.c
b/src/donau/donau-httpd_post-charity.c
index 3f55822..e4ebc65 100644
--- a/src/donau/donau-httpd_post-charity.c
+++ b/src/donau/donau-httpd_post-charity.c
@@ -38,7 +38,7 @@
*/
struct InsertCharityContext
{
- const struct DONAU_CharityPublicKeyP *charity_pub;
+ struct DONAU_CharityPublicKeyP charity_pub;
const char *charity_name;
const char *charity_url;
struct TALER_Amount *max_per_year;
@@ -72,7 +72,7 @@ insert_charity (void *cls,
enum GNUNET_DB_QueryStatus qs;
qs = DH_plugin->insert_charity (DH_plugin->cls,
- icc->charity_pub,
+ &icc->charity_pub,
icc->charity_name,
icc->charity_url,
icc->max_per_year,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.