Browse Source

clear implied list if no more introducers found

pull/1957/head
orignal 11 months ago
parent
commit
4aa631c33f
  1. 1
      libi2pd/SSU2.cpp

1
libi2pd/SSU2.cpp

@ -1019,6 +1019,7 @@ namespace transport @@ -1019,6 +1019,7 @@ namespace transport
{
// bump creation time for previous introducers if no new sessions found
LogPrint (eLogDebug, "SSU2: No new introducers found. Trying to reuse existing");
impliedList.clear ();
for (auto& it : introducers)
{
auto it1 = m_SessionsByRouterHash.find (it);

Loading…
Cancel
Save