mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
pass ident hash by values to RequestComplete
This commit is contained in:
parent
2cc3dfc2ce
commit
8daa7561fa
2 changed files with 2 additions and 2 deletions
|
@ -334,7 +334,7 @@ namespace transport
|
|||
m_Service.post (std::bind (&Transports::HandleRequestComplete, this, r, ident));
|
||||
}
|
||||
|
||||
void Transports::HandleRequestComplete (std::shared_ptr<const i2p::data::RouterInfo> r, const i2p::data::IdentHash& ident)
|
||||
void Transports::HandleRequestComplete (std::shared_ptr<const i2p::data::RouterInfo> r, i2p::data::IdentHash ident)
|
||||
{
|
||||
auto it = m_Peers.find (ident);
|
||||
if (it != m_Peers.end ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue