exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 296d9e439bf69096d592eaf4ca3aa69a524ef452
parent 7d99112d51ba2f459e272cd79a6a2d10e32929ec
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 30 Jun 2026 22:51:09 +0200

mini exit-nicely on error fix

Diffstat:
Msrc/exchange-tools/taler-auditor-offline.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/exchange-tools/taler-auditor-offline.c b/src/exchange-tools/taler-auditor-offline.c @@ -964,6 +964,8 @@ parse_keys (const char *command_name) op_str, OP_INPUT_KEYS); GNUNET_JSON_parse_free (spec); + global_ret = EXIT_FAILURE; + test_shutdown (); return NULL; } json_decref (in);