aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark/taler-aggregator-benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark/taler-aggregator-benchmark.c')
-rw-r--r--src/benchmark/taler-aggregator-benchmark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmark/taler-aggregator-benchmark.c b/src/benchmark/taler-aggregator-benchmark.c
index 889c12cda..5fb9d1412 100644
--- a/src/benchmark/taler-aggregator-benchmark.c
+++ b/src/benchmark/taler-aggregator-benchmark.c
@@ -450,7 +450,8 @@ run (void *cls,
global_ret = EXIT_NOTCONFIGURED;
return;
}
- plugin = TALER_EXCHANGEDB_plugin_load (cfg);
+ plugin = TALER_EXCHANGEDB_plugin_load (cfg,
+ false);
if (NULL == plugin)
{
global_ret = EXIT_NOTCONFIGURED;