mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-11 03:48:28 +01:00
temporary fix of crash
This commit is contained in:
parent
654357f5ce
commit
17acdcc4d5
1 changed files with 2 additions and 2 deletions
|
@ -241,10 +241,10 @@ namespace tunnel
|
||||||
// to somebody else
|
// to somebody else
|
||||||
if (!m_IsInbound) // outbound transit tunnel
|
if (!m_IsInbound) // outbound transit tunnel
|
||||||
{
|
{
|
||||||
auto typeID = msg.data->GetTypeID ();
|
/* auto typeID = msg.data->GetTypeID ();
|
||||||
if (typeID == eI2NPDatabaseStore || typeID == eI2NPDatabaseSearchReply )
|
if (typeID == eI2NPDatabaseStore || typeID == eI2NPDatabaseSearchReply )
|
||||||
// catch RI or reply with new list of routers
|
// catch RI or reply with new list of routers
|
||||||
i2p::data::netdb.PostI2NPMsg (msg.data);
|
i2p::data::netdb.PostI2NPMsg (msg.data);*/
|
||||||
i2p::transport::transports.SendMessage (msg.hash, msg.data);
|
i2p::transport::transports.SendMessage (msg.hash, msg.data);
|
||||||
}
|
}
|
||||||
else // we shouldn't send this message. possible leakage
|
else // we shouldn't send this message. possible leakage
|
||||||
|
|
Loading…
Add table
Reference in a new issue