Browse Source

fix

pull/628/head
Jeff Becker 8 years ago
parent
commit
808b758cd7
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      AddressBook.cpp

2
AddressBook.cpp

@ -544,7 +544,7 @@ namespace client @@ -544,7 +544,7 @@ namespace client
if (dest)
{
auto datagram = dest->GetDatagramDestination ();
if (!datagram)
if (datagram == nullptr)
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),

Loading…
Cancel
Save