don't send own RouterInfo twice

This commit is contained in:
orignal 2016-03-18 22:53:03 -04:00
parent 5896cebeaa
commit 3dbab68f17
3 changed files with 13 additions and 4 deletions

View file

@ -93,9 +93,7 @@ namespace transport
m_DHKeysPair = nullptr;
SendTimeSyncMessage ();
m_SendQueue.push_back (CreateDatabaseStoreMsg ()); // we tell immediately who we are
SendTimeSyncMessage ();
transports.PeerConnected (shared_from_this ());
}