mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
select introducers
This commit is contained in:
@@ -95,9 +95,9 @@ namespace i2p
|
||||
}
|
||||
}
|
||||
|
||||
void RouterContext::RemoveIntroducer (uint32_t tag)
|
||||
void RouterContext::RemoveIntroducer (const boost::asio::ip::udp::endpoint& e)
|
||||
{
|
||||
if (m_RouterInfo.RemoveIntroducer (tag))
|
||||
if (m_RouterInfo.RemoveIntroducer (e))
|
||||
UpdateRouterInfo ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user