Skip to content
/ i2pd Public
forked from PurpleI2P/i2pd

Commit

Permalink
clear implied list if no more introducers found
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Jul 22, 2023
1 parent d6834d6 commit 4aa631c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libi2pd/SSU2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4aa631c

Please sign in to comment.