From 9dc3136dc64344805bf0976fc868bbeb3d091b8c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Dec 2010 14:26:38 +0000 Subject: [PATCH] fix --- src/statistics/test_statistics_api_loop.c | 1 + 1 file changed, 1 insertion(+) 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 () #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 -- 2.25.1