only set as testing when not in meshnet mode

pull/557/head
Jeff Becker 8 years ago
parent 866cf940da
commit fff3587d99
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -472,7 +472,10 @@ namespace transport
{
if (m_SSUServer)
{
#ifndef MESHNET
i2p::context.SetStatus (eRouterStatusTesting);
#endif
for (int i = 0; i < 5; i++)
{
auto router = i2p::data::netdb.GetRandomPeerTestRouter ();

Loading…
Cancel
Save