aaaaaaaaaaAAAah

This commit is contained in:
Jeff Becker 2019-05-11 11:10:17 -04:00
parent a0cf0cb315
commit 87bdfa6e78
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 2 additions and 5 deletions

View File

@ -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;
});