proper update of own RouterInfo

This commit is contained in:
orignal 2014-07-22 08:03:02 -04:00
parent 3a8d4403f6
commit 1fc41e2fa9
2 changed files with 3 additions and 1 deletions

View file

@ -40,7 +40,7 @@ namespace i2p
routerInfo.SetProperty ("start_uptime", "90m");
routerInfo.CreateBuffer ();
m_RouterInfo = routerInfo;
m_RouterInfo.Update (routerInfo.GetBuffer (), routerInfo.GetBufferLen ());
}
void RouterContext::OverrideNTCPAddress (const char * host, int port)