summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-30 00:24:15 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-30 00:24:15 +0100
commitfd41463245daf6d8fc01075326058b2e3ad86f79 (patch)
treea7e8f36211c6296d35f80489a47a6d1a94c2d334
parent4bdb5b036335fd5a393948ab77a01743cf739db6 (diff)
downloadmerchant-fd41463245daf6d8fc01075326058b2e3ad86f79.tar.gz
merchant-fd41463245daf6d8fc01075326058b2e3ad86f79.tar.bz2
merchant-fd41463245daf6d8fc01075326058b2e3ad86f79.zip
fix filter
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 40e9cf5b..36e9ce82 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;
}