diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-12-21 14:26:38 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-12-21 14:26:38 +0000 |
commit | 9dc3136dc64344805bf0976fc868bbeb3d091b8c (patch) | |
tree | c5d108f97726f659412e325d920878008989d26d | |
parent | d2d536c5b4105de868a40633eb242197ee4a382f (diff) |
fix
-rw-r--r-- | src/statistics/test_statistics_api_loop.c | 1 |
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 02f4aca440..d969e65ce5 100644 --- a/src/statistics/test_statistics_api_loop.c +++ b/src/statistics/test_statistics_api_loop.c @@ -103,6 +103,7 @@ check () #endif "-c", "test_statistics_api_data.conf", NULL); #endif + GNUNET_assert (NULL != proc); GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run, &ok); #if START_SERVICE |