aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 13:55:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 13:55:22 +0000
commit7abff6cb3afa90dbe7a1ff66fddde8b126356bee (patch)
treea7daf61bdd52cfb42b58cc39f904883d1e66866b /src/datastore
parentaf852166411e54af128e83da822937ab5600f807 (diff)
downloadgnunet-7abff6cb3afa90dbe7a1ff66fddde8b126356bee.tar.gz
gnunet-7abff6cb3afa90dbe7a1ff66fddde8b126356bee.zip
fix
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/perf_datastore_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index e5dc67b44..301124878 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -388,6 +388,7 @@ check ()
388 "-L", "DEBUG", 388 "-L", "DEBUG",
389#endif 389#endif
390 "-c", cfg_name, NULL); 390 "-c", cfg_name, NULL);
391 GNUNET_assert (NULL != proc);
391 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 392 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
392 argv, "perf-datastore-api", "nohelp", 393 argv, "perf-datastore-api", "nohelp",
393 options, &run, NULL); 394 options, &run, NULL);