mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
don't populate buffer of unreachable router
This commit is contained in:
@@ -589,6 +589,8 @@ namespace data
|
||||
{
|
||||
if (LoadFile (fullPath))
|
||||
LogPrint (eLogDebug, "RouterInfo: Buffer for ", GetIdentHashAbbreviation (GetIdentHash ()), " loaded from file");
|
||||
else
|
||||
return nullptr;
|
||||
}
|
||||
return m_Buffer->data ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user