gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/04: fix rps profiler: mark cancelled task as do


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: fix rps profiler: mark cancelled task as done
Date: Tue, 03 Jul 2018 21:12:23 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit edefc4c42202fd10a48ea9037e3fe04e5ead840d
Author: Julius Bünger <address@hidden>
AuthorDate: Tue Jul 3 17:27:10 2018 +0200

    fix rps profiler: mark cancelled task as done
---
 src/rps/gnunet-rps-profiler.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c
index 16f23e86c..54dc7d65e 100644
--- a/src/rps/gnunet-rps-profiler.c
+++ b/src/rps/gnunet-rps-profiler.c
@@ -888,6 +888,7 @@ shutdown_op (void *cls)
   if (NULL != post_test_task)
   {
     GNUNET_SCHEDULER_cancel (post_test_task);
+    post_test_task = NULL;
   }
   if (NULL != churn_task)
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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