From 689589e325d288ef6447bbc749b05bfa95ea7116 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 Nov 2024 14:31:36 +0100 Subject: fix another FTBFS --- 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 index a1518788c..aaee64857 100644 --- 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; -- cgit v1.2.3