From: Christian Grothoff Date: Tue, 3 Nov 2009 21:36:45 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23172 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a29cac4ba6b8c8fcc09165c9561686f0cd58925a;p=oweals%2Fgnunet.git fix --- diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 2f58ac126..b156ddfaf 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -763,7 +763,7 @@ find_more_peers (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { discard_old_blacklist_entries (); - if (target_connection_count <= connection_count) + if (connection_count <= target_connection_count) { schedule_peer_search (); return;