gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix filter


From: gnunet
Subject: [taler-merchant] branch master updated: fix filter
Date: Fri, 30 Oct 2020 00:24:17 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new fd41463  fix filter
fd41463 is described below

commit fd41463245daf6d8fc01075326058b2e3ad86f79
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 30 00:24:15 2020 +0100

    fix filter
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 40e9cf5..36e9ce8 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -4546,9 +4546,11 @@ lookup_reserves_cb (void *cls,
     case TALER_EXCHANGE_YNA_YES:
       if (0 == active)
         continue;
+      break;
     case TALER_EXCHANGE_YNA_NO:
       if (0 != active)
         continue;
+      break;
     case TALER_EXCHANGE_YNA_ALL:
       break;
     }

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