mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-19 21:25:30 +00:00
find ipv6 intrioducer session
This commit is contained in:
parent
060e30d283
commit
01e591b261
@ -771,7 +771,7 @@ namespace transport
|
||||
if (numIntroducers < SSU_MAX_NUM_INTRODUCERS)
|
||||
{
|
||||
// create new
|
||||
auto sessions = FindIntroducers (SSU_MAX_NUM_INTRODUCERS, true);
|
||||
auto sessions = FindIntroducers (SSU_MAX_NUM_INTRODUCERS, v4);
|
||||
for (const auto& it1: sessions)
|
||||
{
|
||||
const auto& ep = it1->GetRemoteEndpoint ();
|
||||
|
Loading…
Reference in New Issue
Block a user