Browse Source

revert daemon.cpp change

pull/557/head
Jeff Becker 8 years ago
parent
commit
24d616672b
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 6
      Daemon.cpp

6
Daemon.cpp

@ -197,12 +197,6 @@ namespace i2p @@ -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;
}

Loading…
Cancel
Save