gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31068 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r31068 - gnunet/src/dv
Date: Thu, 5 Dec 2013 14:00:06 +0100

Author: wachs
Date: 2013-12-05 14:00:06 +0100 (Thu, 05 Dec 2013)
New Revision: 31068

Modified:
   gnunet/src/dv/test_transport_dv.c
Log:
set to NO_TASK when done 


Modified: gnunet/src/dv/test_transport_dv.c
===================================================================
--- gnunet/src/dv/test_transport_dv.c   2013-12-05 12:53:25 UTC (rev 31067)
+++ gnunet/src/dv/test_transport_dv.c   2013-12-05 13:00:06 UTC (rev 31068)
@@ -36,6 +36,7 @@
 
 static void do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext 
*tc)
 {
+  shutdown_task = GNUNET_SCHEDULER_NO_TASK;
   if (NULL != topology_op)
   {
     GNUNET_TESTBED_operation_done (topology_op);




reply via email to

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