1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 16:34:13 +00:00

don't delete updated RouterInfo

This commit is contained in:
orignal 2015-02-02 09:40:03 -05:00
parent 8ad9f2681c
commit ba11971513

View File

@ -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++;
}