aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-20 08:26:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-20 08:26:19 +0000
commit46aedb2a4c5ada8aa2fff6a4b860b1300ab7303f (patch)
tree6e07ad71afee0c1666076dbdd9e7c5a28b24dbed /src/testing/test_testing_topology.c
parente027e2d0362fc9ebff1c679bbc50425a5d0db3f9 (diff)
downloadgnunet-46aedb2a4c5ada8aa2fff6a4b860b1300ab7303f.tar.gz
gnunet-46aedb2a4c5ada8aa2fff6a4b860b1300ab7303f.zip
shutdown
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 2caa6f921..fd6e1847e 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -635,7 +635,7 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
635 topology_connections = 0; 635 topology_connections = 0;
636 GNUNET_TESTING_get_topology (pg, &topology_cb, NULL); 636 GNUNET_TESTING_get_topology (pg, &topology_cb, NULL);
637 } 637 }
638 if ((tc->reason == GNUNET_SCHEDULER_REASON_SHUTDOWN) || (cls == NULL)) 638 if (( (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN) != 0)|| (cls == NULL))
639 return; 639 return;
640 640
641 if (die_task == GNUNET_SCHEDULER_NO_TASK) 641 if (die_task == GNUNET_SCHEDULER_NO_TASK)