gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24458 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r24458 - gnunet/src/testbed
Date: Mon, 22 Oct 2012 16:25:23 +0200

Author: harsha
Date: 2012-10-22 16:25:23 +0200 (Mon, 22 Oct 2012)
New Revision: 24458

Modified:
   gnunet/src/testbed/gnunet-testbed-profiler.c
Log:
fix

Modified: gnunet/src/testbed/gnunet-testbed-profiler.c
===================================================================
--- gnunet/src/testbed/gnunet-testbed-profiler.c        2012-10-22 14:14:26 UTC 
(rev 24457)
+++ gnunet/src/testbed/gnunet-testbed-profiler.c        2012-10-22 14:25:23 UTC 
(rev 24458)
@@ -620,7 +620,8 @@
 static void
 status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *config, int 
status)
 {
-  GNUNET_SCHEDULER_cancel (abort_task);
+  if (GNUNET_SCHEDULER_NO_TASK != abort_task)
+    GNUNET_SCHEDULER_cancel (abort_task);
   if (GNUNET_OK != status)
   {
     mc_proc = NULL;




reply via email to

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