gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: try to fix #7957 (test still fai


From: gnunet
Subject: [taler-exchange] branch master updated: try to fix #7957 (test still fails though)
Date: Mon, 16 Oct 2023 21:25:59 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 69a15280 try to fix #7957 (test still fails though)
69a15280 is described below

commit 69a1528062dc15c8c60e62454c18f35bb76aecfb
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Oct 16 21:25:53 2023 +0200

    try to fix #7957 (test still fails though)
---
 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
index b74150b8..87ca36e0 100644
--- 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))

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