From: Matthias Wachs Date: Fri, 1 Jun 2012 12:03:53 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~13306 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a53a37b7011c6b75bad50ed1289a06704c7d5b4d;p=oweals%2Fgnunet.git - fix --- 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) if (pos->hello_delay_task != GNUNET_SCHEDULER_NO_TASK) GNUNET_SCHEDULER_cancel (pos->hello_delay_task); if (pos->attempt_connect_task != GNUNET_SCHEDULER_NO_TASK) - GNUNET_SCHEDULER_cancel (pos->hello_delay_task); + GNUNET_SCHEDULER_cancel (pos->attempt_connect_task); if (pos->greylist_clean_task != GNUNET_SCHEDULER_NO_TASK) GNUNET_SCHEDULER_cancel (pos->greylist_clean_task); GNUNET_free_non_null (pos->hello);