commit 69a1528062dc15c8c60e62454c18f35bb76aecfb parent e389cb41924794477d73cae764efb61f3351ff62 Author: Christian Grothoff <grothoff@gnunet.org> Date: Mon, 16 Oct 2023 21:25:53 +0200 try to fix #7957 (test still fails though) Diffstat:
| M | src/exchange/taler-exchange-httpd_batch-deposit.c | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c @@ -320,7 +320,9 @@ parse_coin (struct MHD_Connection *connection, if (NULL == dk) { GNUNET_JSON_parse_free (spec); - return mret; + return (MHD_YES == mret) + ? GNUNET_NO + : GNUNET_SYSERR; } if (0 > TALER_amount_cmp (&dk->meta.value, &cdi->amount_with_fee))