mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't send own RouterInfo twice
This commit is contained in:
parent
5896cebeaa
commit
3dbab68f17
3 changed files with 13 additions and 4 deletions
|
@ -855,7 +855,6 @@ namespace transport
|
|||
m_DHKeysPair = nullptr;
|
||||
m_SignedData = nullptr;
|
||||
m_Data.Start ();
|
||||
m_Data.Send (CreateDatabaseStoreMsg ());
|
||||
transports.PeerConnected (shared_from_this ());
|
||||
if (m_IsPeerTest)
|
||||
SendPeerTest ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue