1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed hanging connection

This commit is contained in:
orignal 2016-02-05 21:38:03 -05:00
parent 88a43bfc28
commit a8e12e624d

View File

@ -468,8 +468,6 @@ namespace client
i2p::data::IdentHash ident;
if (name == "ME")
SendNamingLookupReply (m_Session->localDestination->GetIdentity ());
else if (name.rfind(".b32.i2p") == 52)
ident.FromBase32(name.substr(0, 52));
else if ((identity = context.GetAddressBook ().GetAddress (name)) != nullptr)
SendNamingLookupReply (identity);
else if (m_Session && m_Session->localDestination &&