[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -add disable invariants
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -add disable invariants |
Date: |
Thu, 02 Dec 2021 14:32:07 +0100 |
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 5ad1d0d3 -add disable invariants
5ad1d0d3 is described below
commit 5ad1d0d3dd87ebb879577db6dcdbe33014a7f871
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 2 14:32:05 2021 +0100
-add disable invariants
---
src/exchange/taler-exchange-httpd_keys.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/exchange/taler-exchange-httpd_keys.c
b/src/exchange/taler-exchange-httpd_keys.c
index bff057a5..1029d200 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -549,6 +549,8 @@ TEH_check_invariants ()
{
struct TEH_KeyStateHandle *ksh;
+ if (0 == TEH_check_invariants)
+ return;
ksh = TEH_keys_get_state ();
if (NULL == ksh)
return;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -add disable invariants,
gnunet <=