aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-01 12:03:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-01 12:03:53 +0000
commita53a37b7011c6b75bad50ed1289a06704c7d5b4d (patch)
treef285c2cb66ba55dedd669db6831ea6235fd278b8 /src/topology
parent8dd4af4649e304dd4be8d4c6c984f3f5a9481643 (diff)
downloadgnunet-a53a37b7011c6b75bad50ed1289a06704c7d5b4d.tar.gz
gnunet-a53a37b7011c6b75bad50ed1289a06704c7d5b4d.zip
- fix
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 15ca9f87b..259d2e455 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -328,7 +328,7 @@ free_peer (void *cls, const GNUNET_HashCode * pid, void *value)
328 if (pos->hello_delay_task != GNUNET_SCHEDULER_NO_TASK) 328 if (pos->hello_delay_task != GNUNET_SCHEDULER_NO_TASK)
329 GNUNET_SCHEDULER_cancel (pos->hello_delay_task); 329 GNUNET_SCHEDULER_cancel (pos->hello_delay_task);
330 if (pos->attempt_connect_task != GNUNET_SCHEDULER_NO_TASK) 330 if (pos->attempt_connect_task != GNUNET_SCHEDULER_NO_TASK)
331 GNUNET_SCHEDULER_cancel (pos->hello_delay_task); 331 GNUNET_SCHEDULER_cancel (pos->attempt_connect_task);
332 if (pos->greylist_clean_task != GNUNET_SCHEDULER_NO_TASK) 332 if (pos->greylist_clean_task != GNUNET_SCHEDULER_NO_TASK)
333 GNUNET_SCHEDULER_cancel (pos->greylist_clean_task); 333 GNUNET_SCHEDULER_cancel (pos->greylist_clean_task);
334 GNUNET_free_non_null (pos->hello); 334 GNUNET_free_non_null (pos->hello);