mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
clear implied list if no more introducers found
This commit is contained in:
parent
d6834d6a9a
commit
4aa631c33f
1 changed files with 1 additions and 0 deletions
|
@ -1019,6 +1019,7 @@ namespace transport
|
||||||
{
|
{
|
||||||
// bump creation time for previous introducers if no new sessions found
|
// bump creation time for previous introducers if no new sessions found
|
||||||
LogPrint (eLogDebug, "SSU2: No new introducers found. Trying to reuse existing");
|
LogPrint (eLogDebug, "SSU2: No new introducers found. Trying to reuse existing");
|
||||||
|
impliedList.clear ();
|
||||||
for (auto& it : introducers)
|
for (auto& it : introducers)
|
||||||
{
|
{
|
||||||
auto it1 = m_SessionsByRouterHash.find (it);
|
auto it1 = m_SessionsByRouterHash.find (it);
|
||||||
|
|
Loading…
Add table
Reference in a new issue