Browse Source

remove unnecessary brackets

pull/649/head
alexandr 8 years ago
parent
commit
31dde394eb
  1. 2
      Destination.cpp

2
Destination.cpp

@ -185,10 +185,8 @@ namespace client @@ -185,10 +185,8 @@ namespace client
if(ls && !ls->IsExpired())
{
ls->PopulateLeases();
{
m_RemoteLeaseSets[ident] = ls;
}
}
});
}
return it->second;

Loading…
Cancel
Save