gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29207 - gnunet/src/statistics
Date: Wed, 11 Sep 2013 16:34:54 +0200

Author: grothoff
Date: 2013-09-11 16:34:54 +0200 (Wed, 11 Sep 2013)
New Revision: 29207

Modified:
   gnunet/src/statistics/gnunet-statistics.c
Log:
-fix assertion

Modified: gnunet/src/statistics/gnunet-statistics.c
===================================================================
--- gnunet/src/statistics/gnunet-statistics.c   2013-09-11 13:41:56 UTC (rev 
29206)
+++ gnunet/src/statistics/gnunet-statistics.c   2013-09-11 14:34:54 UTC (rev 
29207)
@@ -162,9 +162,9 @@
 
   if (NULL == h)
     return;
-  if (NULL != subsystem && NULL != name)
+  if (GNUNET_YES == watch)
     GNUNET_assert (GNUNET_OK ==
-        GNUNET_STATISTICS_watch_cancel (h, subsystem, name, &printer, h));
+                  GNUNET_STATISTICS_watch_cancel (h, subsystem, name, 
&printer, h));
   GNUNET_STATISTICS_destroy (h, GNUNET_NO);
   h = NULL;  
 }




reply via email to

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