cleanup introducers at startup

This commit is contained in:
orignal 2014-09-08 21:53:55 -04:00
parent 73ddc05a6c
commit 98fd1c7dbc
2 changed files with 6 additions and 2 deletions

View file

@ -116,6 +116,10 @@ namespace i2p
break;
}
}
// delete previous introducers
for (auto& addr : addresses)
addr.introducers.clear ();
// update
UpdateRouterInfo ();
}