diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-24 22:46:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-24 22:46:35 +0200 |
commit | e4953537863704b733e336989c75f34836885eec (patch) | |
tree | 4abdfee91c282967a337d634587378a179637086 | |
parent | e9377fd4dab194794f93216366c0e13b97e49714 (diff) |
improve error handling of reserves auditor
-rw-r--r-- | src/auditor/taler-helper-auditor-reserves.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index 611b9c1e0..bd38dc1dc 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1977,6 +1977,9 @@ analyze_reserves (void *cls) } +#undef CHECK_DB + + /** * Function called on events received from Postgres. * |