1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-31 09:04:14 +00:00

revert daemon.cpp change

This commit is contained in:
Jeff Becker 2016-06-27 17:11:03 -04:00
parent 614c1306f6
commit 24d616672b
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -197,12 +197,6 @@ namespace i2p
i2p::context.SetFamily (family);
if (family.length () > 0)
LogPrint(eLogInfo, "Daemon: family set to ", family);
#ifdef MESHNET
// always reachable in meshnet mode, no NAT
i2p::context.SetStatus(eRouterStatusOK);
#endif
return true;
}