aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auditordb/test_auditordb_checkpoints.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditordb/test_auditordb_checkpoints.c b/src/auditordb/test_auditordb_checkpoints.c
index 2fc9bcded..90225d65c 100644
--- 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");