commit fd41463245daf6d8fc01075326058b2e3ad86f79
parent 4bdb5b036335fd5a393948ab77a01743cf739db6
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 30 Oct 2020 00:24:15 +0100
fix filter
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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;
}