recreate router.info if missing or malformed

This commit is contained in:
orignal 2016-04-05 10:22:32 -04:00
parent 97afa502c5
commit f48a7df80f
2 changed files with 18 additions and 8 deletions

View file

@ -104,6 +104,8 @@ namespace data
{
if (LoadFile ())
ReadFromBuffer (false);
else
m_IsUnreachable = true;
}
void RouterInfo::ReadFromBuffer (bool verifySignature)