diff options
author | Florian Dold <florian@dold.me> | 2024-11-11 14:31:36 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-11-11 14:31:36 +0100 |
commit | 689589e325d288ef6447bbc749b05bfa95ea7116 (patch) | |
tree | 20d5e281c9321af0805bd2f69cf0e491a6934816 | |
parent | 3defbf01b41fd5b620f21c543bcda53e774a076e (diff) |
fix another FTBFS
-rw-r--r-- | src/auditordb/test_auditordb.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |