get family string from local RouterInfo

This commit is contained in:
orignal
2016-04-28 18:16:11 -04:00
parent c5f2890cbe
commit 5e2dc14dd5
6 changed files with 15 additions and 15 deletions

View File

@@ -189,7 +189,6 @@ namespace i2p
std::string family; i2p::config::GetOption("family", family);
i2p::context.SetFamily (family);
i2p::context.SetFamilyString (family);
if (family.length () > 0)
LogPrint(eLogInfo, "Daemon: family set to ", family);