gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21991 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r21991 - gnunet/src/util
Date: Thu, 14 Jun 2012 11:48:08 +0200

Author: grothoff
Date: 2012-06-14 11:48:08 +0200 (Thu, 14 Jun 2012)
New Revision: 21991

Modified:
   gnunet/src/util/test_common_logging_runtime_loglevels.c
Log:
-check for NULL

Modified: gnunet/src/util/test_common_logging_runtime_loglevels.c
===================================================================
--- gnunet/src/util/test_common_logging_runtime_loglevels.c     2012-06-14 
09:25:54 UTC (rev 21990)
+++ gnunet/src/util/test_common_logging_runtime_loglevels.c     2012-06-14 
09:48:08 UTC (rev 21991)
@@ -324,6 +324,7 @@
                                   "./test_common_logging_dummy",
 #endif
                                   "test_common_logging_dummy", NULL);
+  GNUNET_assert (NULL != proc);
   putenv ("GNUNET_FORCE_LOG=");
   putenv ("GNUNET_LOG=");
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]