diff options
Diffstat (limited to 'src/exchangedb/perf_get_link_data.c')
-rw-r--r-- | src/exchangedb/perf_get_link_data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchangedb/perf_get_link_data.c b/src/exchangedb/perf_get_link_data.c index f2c612e16..4e00d0a0b 100644 --- a/src/exchangedb/perf_get_link_data.c +++ b/src/exchangedb/perf_get_link_data.c @@ -225,7 +225,8 @@ run (void *cls) struct TALER_EXCHANGEDB_Refresh); if (NULL == - (plugin = TALER_EXCHANGEDB_plugin_load (cfg))) + (plugin = TALER_EXCHANGEDB_plugin_load (cfg, + true))) { GNUNET_break (0); result = 77; |