gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5170 - GNUnet/src/applications/fs/module


From: gnunet
Subject: [GNUnet-SVN] r5170 - GNUnet/src/applications/fs/module
Date: Fri, 29 Jun 2007 00:02:23 -0600 (MDT)

Author: grothoff
Date: 2007-06-29 00:02:23 -0600 (Fri, 29 Jun 2007)
New Revision: 5170

Modified:
   GNUnet/src/applications/fs/module/querymanager.c
Log:
fix

Modified: GNUnet/src/applications/fs/module/querymanager.c
===================================================================
--- GNUnet/src/applications/fs/module/querymanager.c    2007-06-29 05:39:19 UTC 
(rev 5169)
+++ GNUnet/src/applications/fs/module/querymanager.c    2007-06-29 06:02:23 UTC 
(rev 5170)
@@ -131,8 +131,6 @@
         (equalsHashCode512(&trackers[i]->query,
                            query)) ) {
       removeEntry(i);
-      if (stats != NULL)
-       stats->change(stat_queries_tracked, -1);
       MUTEX_UNLOCK(queryManagerLock);
       return;
     }





reply via email to

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