aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 8b040c222..61724e964 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -363,7 +363,7 @@ check ()
363#if VERBOSE 363#if VERBOSE
364 "-L", "DEBUG", 364 "-L", "DEBUG",
365#endif 365#endif
366 "-c", "test_datastore_api_data.conf", NULL); 366 "-c", cfg_name, NULL);
367 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 367 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
368 argv, "perf-datastore-api", "nohelp", 368 argv, "perf-datastore-api", "nohelp",
369 options, &run, NULL); 369 options, &run, NULL);