From c8be5196c408bc372a518f3a72a416ad19f598bb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Jun 2012 09:48:08 +0000 Subject: [PATCH] -check for NULL --- src/util/test_common_logging_runtime_loglevels.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c index df152ba6a..d01cd3bce 100644 --- a/src/util/test_common_logging_runtime_loglevels.c +++ b/src/util/test_common_logging_runtime_loglevels.c @@ -324,6 +324,7 @@ runone () "./test_common_logging_dummy", #endif "test_common_logging_dummy", NULL); + GNUNET_assert (NULL != proc); putenv ("GNUNET_FORCE_LOG="); putenv ("GNUNET_LOG="); -- 2.25.1