summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-coins.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-28 16:13:24 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-28 16:13:30 +0100
commit8f77bda2e0297185c98694edf0d752cc925bf9a2 (patch)
tree8e48fa7ac850c0f570ced50f2113012ad25ee1f9 /src/auditor/taler-helper-auditor-coins.c
parentd7bbf934a042b84193fd7092b8632536f3279631 (diff)
downloadexchange-8f77bda2e0297185c98694edf0d752cc925bf9a2.tar.gz
exchange-8f77bda2e0297185c98694edf0d752cc925bf9a2.tar.bz2
exchange-8f77bda2e0297185c98694edf0d752cc925bf9a2.zip
-towards getting auditor tests to pass again with new logic
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r--src/auditor/taler-helper-auditor-coins.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c
index 0630d3e94..af34d0ebe 100644
--- a/src/auditor/taler-helper-auditor-coins.c
+++ b/src/auditor/taler-helper-auditor-coins.c
@@ -2194,7 +2194,12 @@ check_denomination (
&issue->denom_hash,
&TALER_ARL_auditor_pub,
&auditor_sig);
- if (0 >= qs)
+ if (0 > qs)
+ {
+ GNUNET_break (0);
+ return; /* skip! */
+ }
+ if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Encountered denomination `%s' (%s) valid from %s (%llu-%llu) that this auditor is not auditing!\n",