don't check session for single tag

pull/2036/head
orignal 2 months ago
parent ff3fec9a00
commit bb702700f7

@ -887,8 +887,7 @@ namespace garlic
}
else
{
auto session = it->second.tagset->GetSession ();
if (!session || session->IsTerminated())
if (it->second.tagset->IsSessionTerminated ())
{
it = m_ECIESx25519Tags.erase (it);
numExpiredTags++;

Loading…
Cancel
Save