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

only set as testing when not in meshnet mode

This commit is contained in:
Jeff Becker 2016-06-27 13:20:21 -04:00
parent 866cf940da
commit fff3587d99
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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