mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
initialize context after start-up
This commit is contained in:
parent
ebe73491c6
commit
cba58a5965
3 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,10 @@ namespace i2p
|
|||
|
||||
RouterContext::RouterContext ():
|
||||
m_LastUpdateTime (0)
|
||||
{
|
||||
}
|
||||
|
||||
void RouterContext::Init ()
|
||||
{
|
||||
if (!Load ())
|
||||
CreateNewRouter ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue