mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
only set as testing when not in meshnet mode
This commit is contained in:
parent
866cf940da
commit
fff3587d99
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue