Browse Source

re-insert introducer back

pull/1786/head
orignal 2 years ago
parent
commit
8bb9a57908
  1. 5
      libi2pd/SSU2.cpp

5
libi2pd/SSU2.cpp

@ -876,7 +876,10 @@ namespace transport @@ -876,7 +876,10 @@ namespace transport
{
session->SetCreationTime (session->GetCreationTime () + SSU2_TO_INTRODUCER_SESSION_DURATION);
if (std::find (newList.begin (), newList.end (), it) == newList.end ())
newList.push_back (it);
{
newList.push_back (it);
sessions.push_back (session);
}
}
}
}

Loading…
Cancel
Save