gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12560 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r12560 - gnunet/src/statistics
Date: Sun, 15 Aug 2010 16:05:47 +0200

Author: grothoff
Date: 2010-08-15 16:05:47 +0200 (Sun, 15 Aug 2010)
New Revision: 12560

Modified:
   gnunet/src/statistics/gnunet-service-statistics.c
Log:
strict check

Modified: gnunet/src/statistics/gnunet-service-statistics.c
===================================================================
--- gnunet/src/statistics/gnunet-service-statistics.c   2010-08-15 14:03:54 UTC 
(rev 12559)
+++ gnunet/src/statistics/gnunet-service-statistics.c   2010-08-15 14:05:47 UTC 
(rev 12560)
@@ -329,8 +329,7 @@
 {
   struct ClientEntry *ce;
 
-  if (client == NULL)
-    return NULL;
+  GNUNET_assert (client != NULL);
   ce = client_head;
   while (ce != NULL)
     {




reply via email to

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