correct netid handling

This commit is contained in:
orignal 2016-10-24 10:33:46 -04:00
parent 28cf351878
commit 4ee9b4524d
2 changed files with 3 additions and 1 deletions

View file

@ -77,7 +77,6 @@ namespace i2p
}
routerInfo.SetCaps (i2p::data::RouterInfo::eReachable |
i2p::data::RouterInfo::eSSUTesting | i2p::data::RouterInfo::eSSUIntroducer); // LR, BC
i2p::config::GetOption("netid", m_NetID);
routerInfo.SetProperty ("netId", std::to_string (m_NetID));
routerInfo.SetProperty ("router.version", I2P_VERSION);
routerInfo.CreateBuffer (m_Keys);