aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auditordb/test_auditordb.c2
-rw-r--r--src/auditordb/test_auditordb_checkpoints.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c
index aaee64857..c8583add8 100644
--- a/src/auditordb/test_auditordb.c
+++ b/src/auditordb/test_auditordb.c
@@ -200,7 +200,7 @@ run (void *cls)
if (NULL ==
(plugin = TALER_AUDITORDB_plugin_load (cfg,
- false)))
+ true)))
{
result = 77;
return;
diff --git a/src/auditordb/test_auditordb_checkpoints.c b/src/auditordb/test_auditordb_checkpoints.c
index 90225d65c..bf7c6efb1 100644
--- a/src/auditordb/test_auditordb_checkpoints.c
+++ b/src/auditordb/test_auditordb_checkpoints.c
@@ -90,7 +90,7 @@ run (void *cls)
"loading database plugin\n");
if (NULL ==
(plugin = TALER_AUDITORDB_plugin_load (cfg,
- false)))
+ true)))
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Failed to connect to database\n");