gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix bad negation


From: gnunet
Subject: [taler-exchange] branch master updated: -fix bad negation
Date: Sun, 18 Jul 2021 20:12:16 +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 6d7eb372 -fix bad negation
6d7eb372 is described below

commit 6d7eb372b2cb30c0549fa1b76177bb7f5f28776c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 18 20:12:13 2021 +0200

    -fix bad negation
---
 src/bank-lib/fakebank.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index d2fb407e..545901ef 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -404,7 +404,7 @@ check_log (struct TALER_FAKEBANK_Handle *h)
 
     if (NULL == t)
       continue;
-    if (t->unchecked)
+    if (! t->unchecked)
       continue;
     switch (t->type)
     {

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