mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use cached base64 ident hash
This commit is contained in:
parent
6c79ccd1dc
commit
ad437add24
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ namespace data
|
||||||
if (it.second->IsUnreachable ())
|
if (it.second->IsUnreachable ())
|
||||||
{
|
{
|
||||||
// delete RI file
|
// delete RI file
|
||||||
m_Storage.Remove (it.first.ToBase64 ());
|
m_Storage.Remove (it.second->GetIdentHashBase64 ());
|
||||||
deletedCount++;
|
deletedCount++;
|
||||||
if (total - deletedCount < NETDB_MIN_ROUTERS) checkForExpiration = false;
|
if (total - deletedCount < NETDB_MIN_ROUTERS) checkForExpiration = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue