aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-14 09:48:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-14 09:48:08 +0000
commitc8be5196c408bc372a518f3a72a416ad19f598bb (patch)
tree33ec6c7f456e3e7a72d624f9fc28310d50fe8cda /src/util/test_common_logging_runtime_loglevels.c
parentda1f2411d623d100d9df6a72c6081ccaccc23d13 (diff)
downloadgnunet-c8be5196c408bc372a518f3a72a416ad19f598bb.tar.gz
gnunet-c8be5196c408bc372a518f3a72a416ad19f598bb.zip
-check for NULL
Diffstat (limited to 'src/util/test_common_logging_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c1
1 files changed, 1 insertions, 0 deletions
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 ()
324 "./test_common_logging_dummy", 324 "./test_common_logging_dummy",
325#endif 325#endif
326 "test_common_logging_dummy", NULL); 326 "test_common_logging_dummy", NULL);
327 GNUNET_assert (NULL != proc);
327 putenv ("GNUNET_FORCE_LOG="); 328 putenv ("GNUNET_FORCE_LOG=");
328 putenv ("GNUNET_LOG="); 329 putenv ("GNUNET_LOG=");
329 330