donau

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

commit 38d5c1059ac0f1f93a116e2599e1724d84c7e57d
parent feda438d0b6e592e9c30a691e0cf0f7ae16c3007
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 19 Jul 2026 23:55:29 +0200

propagate error properly to client

Diffstat:
Msrc/lib/donau_api_charity_post.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib/donau_api_charity_post.c b/src/lib/donau_api_charity_post.c @@ -108,6 +108,8 @@ handle_charity_post_finished (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not parse response from charity POST\n"); GNUNET_break_op (0); + pcresp.hr.http_status = 0; + pcresp.hr.ec = TALER_EC_GENERIC_REPLY_MALFORMED; } } break;