From 7abff6cb3afa90dbe7a1ff66fddde8b126356bee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Dec 2010 13:55:22 +0000 Subject: [PATCH] fix --- src/datastore/perf_datastore_api.c | 1 + 1 file changed, 1 insertion(+) 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 () "-L", "DEBUG", #endif "-c", cfg_name, NULL); + GNUNET_assert (NULL != proc); GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, "perf-datastore-api", "nohelp", options, &run, NULL); -- 2.25.1