From a29cac4ba6b8c8fcc09165c9561686f0cd58925a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Nov 2009 21:36:45 +0000 Subject: [PATCH] fix --- src/topology/gnunet-daemon-topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1