From 87bdfa6e78fe4faa825ac71cec965e9bd6ca6127 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 11 May 2019 11:10:17 -0400 Subject: [PATCH] aaaaaaaaaaAAAah --- llarp/router/router.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/llarp/router/router.cpp b/llarp/router/router.cpp index fe6465cf0..c8275683b 100644 --- a/llarp/router/router.cpp +++ b/llarp/router/router.cpp @@ -1871,11 +1871,8 @@ namespace llarp && !(self->HasSessionTo(other.pubkey) || self->HasPendingConnectJob(other.pubkey))) { - if(!self->IsBootstrapNode(other.pubkey)) - { - if(self->TryConnectAsync(other, 5)) - --want; - } + if(self->TryConnectAsync(other, 5)) + --want; } return want > 0; });