aboutsummaryrefslogtreecommitdiff
path: root/src/service/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/topology/gnunet-daemon-topology.c')
-rw-r--r--src/service/topology/gnunet-daemon-topology.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/service/topology/gnunet-daemon-topology.c b/src/service/topology/gnunet-daemon-topology.c
index c59610014..c706e826d 100644
--- a/src/service/topology/gnunet-daemon-topology.c
+++ b/src/service/topology/gnunet-daemon-topology.c
@@ -270,8 +270,6 @@ attempt_connect (struct Peer *pos)
270 strength = 0; 270 strength = 0;
271 if (NULL != pos->mq) 271 if (NULL != pos->mq)
272 strength *= 2; /* existing connections preferred */ 272 strength *= 2; /* existing connections preferred */
273 if (strength == pos->strength)
274 return; /* nothing to do */
275 if (NULL != pos->ash) 273 if (NULL != pos->ash)
276 { 274 {
277 GNUNET_TRANSPORT_application_suggest_cancel (pos->ash); 275 GNUNET_TRANSPORT_application_suggest_cancel (pos->ash);