gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26520 - gnunet/src/statistics
Date: Wed, 20 Mar 2013 14:16:41 +0100

Author: grothoff
Date: 2013-03-20 14:16:41 +0100 (Wed, 20 Mar 2013)
New Revision: 26520

Modified:
   gnunet/src/statistics/statistics_api.c
Log:
-make really sure 'cont' is never called again

Modified: gnunet/src/statistics/statistics_api.c
===================================================================
--- gnunet/src/statistics/statistics_api.c      2013-03-20 13:14:54 UTC (rev 
26519)
+++ gnunet/src/statistics/statistics_api.c      2013-03-20 13:16:41 UTC (rev 
26520)
@@ -1189,6 +1189,7 @@
 {
   if (NULL == gh)
     return;
+  gh->cont = NULL;
   if (gh->sh->current == gh)
   {
     gh->aborted = GNUNET_YES;




reply via email to

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