mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
don't delete updated RouterInfo
This commit is contained in:
parent
8ad9f2681c
commit
ba11971513
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ namespace data
|
|||
{
|
||||
it.second->SaveToFile (GetFilePath(fullDirectory, it.second.get ()));
|
||||
it.second->SetUpdated (false);
|
||||
it.second->SetUnreachable (false);
|
||||
it.second->DeleteBuffer ();
|
||||
count++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue