gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (18ee4166a -> 37a439fc4)


From: gnunet
Subject: [taler-exchange] branch master updated (18ee4166a -> 37a439fc4)
Date: Thu, 09 Jan 2025 16:35:35 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from 18ee4166a codespell doesn't like hist
     new f0eb5249a -check return value of MHD_run()
     new 37a439fc4 -return code fix

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/bank-lib/fakebank.c | 3 ++-
 src/json/json_helper.c  | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 41a30562f..eef5a8d6c 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -248,7 +248,8 @@ TALER_FAKEBANK_run_mhd_ (void *cls)
   while (h->mhd_again)
   {
     h->mhd_again = false;
-    MHD_run (h->mhd_bank);
+    GNUNET_assert (MHD_YES ==
+                   MHD_run (h->mhd_bank));
   }
 #ifdef __linux__
   GNUNET_assert (-1 == h->lp_event);
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index bb506015a..472c269ac 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -1696,6 +1696,7 @@ parse_kycte (void *cls,
       }
     }
     GNUNET_break_op (0);
+    return GNUNET_SYSERR;
   }
   if (json_is_integer (root))
   {

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