initialize context after start-up

This commit is contained in:
orignal 2014-09-04 09:31:42 -04:00
parent ebe73491c6
commit cba58a5965
3 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,10 @@ namespace i2p
RouterContext::RouterContext ():
m_LastUpdateTime (0)
{
}
void RouterContext::Init ()
{
if (!Load ())
CreateNewRouter ();