exchange

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

commit 3defbf01b41fd5b620f21c543bcda53e774a076e
parent bd30ea8df7e7bcd459c639ac48f15683601e59f8
Author: Florian Dold <florian@dold.me>
Date:   Mon, 11 Nov 2024 14:30:46 +0100

fix FTBFS

Diffstat:
Msrc/auditordb/test_auditordb_checkpoints.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/auditordb/test_auditordb_checkpoints.c b/src/auditordb/test_auditordb_checkpoints.c @@ -89,7 +89,8 @@ run (void *cls) GNUNET_log (GNUNET_ERROR_TYPE_INFO, "loading database plugin\n"); if (NULL == - (plugin = TALER_AUDITORDB_plugin_load (cfg))) + (plugin = TALER_AUDITORDB_plugin_load (cfg, + false))) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Failed to connect to database\n");