This commit is contained in:
Jeff Becker 2016-08-21 21:47:56 -04:00
parent 808b758cd7
commit 7ef7ef03dd
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -543,9 +543,7 @@ namespace client
auto dest = i2p::client::context.GetSharedLocalDestination ();
if (dest)
{
auto datagram = dest->GetDatagramDestination ();
if (datagram == nullptr)
datagram = dest->CreateDatagramDestination ();
auto datagram = dest->CreateDatagramDestination ();
datagram->SetReceiver (std::bind (&AddressBook::HandleLookupResponse, this,
std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4, std::placeholders::_5),
ADDRESS_RESPONSE_DATAGRAM_PORT);