aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 14:26:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 14:26:38 +0000
commit9dc3136dc64344805bf0976fc868bbeb3d091b8c (patch)
treec5d108f97726f659412e325d920878008989d26d /src/statistics
parentd2d536c5b4105de868a40633eb242197ee4a382f (diff)
downloadgnunet-9dc3136dc64344805bf0976fc868bbeb3d091b8c.tar.gz
gnunet-9dc3136dc64344805bf0976fc868bbeb3d091b8c.zip
fix
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/test_statistics_api_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index 02f4aca44..d969e65ce 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -103,6 +103,7 @@ check ()
103#endif 103#endif
104 "-c", "test_statistics_api_data.conf", NULL); 104 "-c", "test_statistics_api_data.conf", NULL);
105#endif 105#endif
106 GNUNET_assert (NULL != proc);
106 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", 107 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp",
107 options, &run, &ok); 108 options, &run, &ok);
108#if START_SERVICE 109#if START_SERVICE