gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32229 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32229 - gnunet/src/mesh
Date: Wed, 5 Feb 2014 18:24:25 +0100

Author: bartpolot
Date: 2014-02-05 18:24:25 +0100 (Wed, 05 Feb 2014)
New Revision: 32229

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- don't run test on shutdown

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2014-02-05 17:24:24 UTC (rev 32228)
+++ gnunet/src/mesh/test_mesh_small.c   2014-02-05 17:24:25 UTC (rev 32229)
@@ -631,6 +631,9 @@
 {
   enum GNUNET_MESH_ChannelOption flags;
 
+  if ((GNUNET_SCHEDULER_REASON_SHUTDOWN & tc->reason) != 0)
+    return;
+
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test_task\n");
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "add peer 2\n");
 




reply via email to

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