aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-03 21:36:45 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-03 21:36:45 +0000
commita29cac4ba6b8c8fcc09165c9561686f0cd58925a (patch)
treeb5519c7e3d31094a951f0508ad782101225f4ecc /src/topology
parent3f13ad89e3bfa3872fa09bc53e503ae61a2ebb88 (diff)
downloadgnunet-a29cac4ba6b8c8fcc09165c9561686f0cd58925a.tar.gz
gnunet-a29cac4ba6b8c8fcc09165c9561686f0cd58925a.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 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,
763 const struct GNUNET_SCHEDULER_TaskContext *tc) 763 const struct GNUNET_SCHEDULER_TaskContext *tc)
764{ 764{
765 discard_old_blacklist_entries (); 765 discard_old_blacklist_entries ();
766 if (target_connection_count <= connection_count) 766 if (connection_count <= target_connection_count)
767 { 767 {
768 schedule_peer_search (); 768 schedule_peer_search ();
769 return; 769 return;