mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 06:54:15 +00:00
don't delete updated RouterInfo
This commit is contained in:
parent
8ad9f2681c
commit
ba11971513
@ -401,6 +401,7 @@ namespace data
|
|||||||
{
|
{
|
||||||
it.second->SaveToFile (GetFilePath(fullDirectory, it.second.get ()));
|
it.second->SaveToFile (GetFilePath(fullDirectory, it.second.get ()));
|
||||||
it.second->SetUpdated (false);
|
it.second->SetUpdated (false);
|
||||||
|
it.second->SetUnreachable (false);
|
||||||
it.second->DeleteBuffer ();
|
it.second->DeleteBuffer ();
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user