mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
cleanup introducers at startup
This commit is contained in:
parent
73ddc05a6c
commit
98fd1c7dbc
2 changed files with 6 additions and 2 deletions
|
@ -116,6 +116,10 @@ namespace i2p
|
|||
break;
|
||||
}
|
||||
}
|
||||
// delete previous introducers
|
||||
for (auto& addr : addresses)
|
||||
addr.introducers.clear ();
|
||||
|
||||
// update
|
||||
UpdateRouterInfo ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue