commit 689589e325d288ef6447bbc749b05bfa95ea7116 parent 3defbf01b41fd5b620f21c543bcda53e774a076e Author: Florian Dold <florian@dold.me> Date: Mon, 11 Nov 2024 14:31:36 +0100 fix another FTBFS Diffstat:
| M | src/auditordb/test_auditordb.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c @@ -199,7 +199,8 @@ run (void *cls) "loading database plugin\n"); if (NULL == - (plugin = TALER_AUDITORDB_plugin_load (cfg))) + (plugin = TALER_AUDITORDB_plugin_load (cfg, + false))) { result = 77; return;