This commit is contained in:
Jeff Becker 2016-09-03 16:16:16 -04:00
parent 2f61dd1c41
commit d336d920e8
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 2 additions and 2 deletions

View file

@ -696,7 +696,7 @@ namespace client
if (s->m_Destination)
{
auto info = m_Session->m_Destination->GetInfoForRemote(s->Identity);
if(!info)
if(info)
{
infos.push_back(DatagramSessionInfo{
m_Name,