diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-17 13:04:37 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-17 13:04:37 +0100 |
commit | b74612fc3362e64dcfb7eacad3602025ccfcf5ea (patch) | |
tree | b823ca6aa32f2e9ef5d5b191ab01c36e9a807d5b /src/exchange-tools | |
parent | ff27037d42625084a0b1fadea073389b530776c4 (diff) |
update auditordb and test logic to work with new key separation logic (#6175)
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-auditor-offline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c index 5e9e68823..b712ac67d 100644 --- a/src/exchange-tools/taler-auditor-offline.c +++ b/src/exchange-tools/taler-auditor-offline.c @@ -376,6 +376,7 @@ denomination_add_cb ( hr->http_status, TALER_ErrorCode_get_hint (hr->ec), hr->hint); + global_ret = 42; } GNUNET_CONTAINER_DLL_remove (dar_head, dar_tail, |