mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fix
This commit is contained in:
parent
ab763c38d9
commit
a68326490d
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ namespace data
|
|||
void NetDb::VisitStoredRouterInfos(RouterInfoVisitor v)
|
||||
{
|
||||
m_Storage.Iterate([v] (const std::string & filename) {
|
||||
const i2p::data::RouterInfo ri(filename);
|
||||
auto ri = std::make_shared<i2p::data::RouterInfo>(filename);
|
||||
v(ri);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue