mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed introducer's index
This commit is contained in:
parent
b3314380cc
commit
bacce7dc60
@ -801,9 +801,9 @@ namespace transport
|
||||
if (indices.size () > 1)
|
||||
std::shuffle (indices.begin(), indices.end(), std::mt19937(ts));
|
||||
|
||||
for (auto i: indices)
|
||||
for (auto ind: indices)
|
||||
{
|
||||
const auto& introducer = address->ssu->introducers[indices[i]];
|
||||
const auto& introducer = address->ssu->introducers[ind];
|
||||
// introducer is not expired, because in indices
|
||||
r = i2p::data::netdb.FindRouter (introducer.iH);
|
||||
if (r && r->IsReachableFrom (i2p::context.GetRouterInfo ()))
|
||||
|
Loading…
Reference in New Issue
Block a user