mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
Fix #274 (hack).
This commit is contained in:
parent
68cf69fabc
commit
4a69a0a831
|
@ -466,7 +466,7 @@ namespace client
|
|||
bool success = false;
|
||||
i2p::util::http::url u (m_Link);
|
||||
i2p::data::IdentHash ident;
|
||||
if (m_Book.GetIdentHash (u.host_, ident))
|
||||
if (m_Book.GetIdentHash (u.host_, ident) && m_Book.getSharedLocalDestination())
|
||||
{
|
||||
std::condition_variable newDataReceived;
|
||||
std::mutex newDataReceivedMutex;
|
||||
|
|
Loading…
Reference in a new issue