mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
recreate router.info if missing or malformed
This commit is contained in:
parent
97afa502c5
commit
f48a7df80f
2 changed files with 18 additions and 8 deletions
|
@ -104,6 +104,8 @@ namespace data
|
|||
{
|
||||
if (LoadFile ())
|
||||
ReadFromBuffer (false);
|
||||
else
|
||||
m_IsUnreachable = true;
|
||||
}
|
||||
|
||||
void RouterInfo::ReadFromBuffer (bool verifySignature)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue