gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r20295 - gnunet/src/statistics
Date: Mon, 5 Mar 2012 22:07:30 +0100

Author: grothoff
Date: 2012-03-05 22:07:30 +0100 (Mon, 05 Mar 2012)
New Revision: 20295

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

Modified: gnunet/src/statistics/gnunet-service-statistics.c
===================================================================
--- gnunet/src/statistics/gnunet-service-statistics.c   2012-03-05 21:04:31 UTC 
(rev 20294)
+++ gnunet/src/statistics/gnunet-service-statistics.c   2012-03-05 21:07:30 UTC 
(rev 20295)
@@ -682,7 +682,6 @@
 {
   struct WatchEntry *we;
   struct StatsEntry *se;
-  struct GNUNET_SERVER_Handle *s;
 
   if (NULL == nc)
     return;
@@ -701,10 +700,6 @@
     }
     GNUNET_free (se);
   }
-  GNUNET_assert (NULL != srv);
-  s = srv;
-  srv = NULL;
-  GNUNET_SERVER_destroy (s);
 }
 
 




reply via email to

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