mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-13 00:07:39 +01:00
don't check session for single tag
This commit is contained in:
parent
ff3fec9a00
commit
bb702700f7
1 changed files with 1 additions and 2 deletions
|
@ -887,8 +887,7 @@ namespace garlic
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
auto session = it->second.tagset->GetSession ();
|
if (it->second.tagset->IsSessionTerminated ())
|
||||||
if (!session || session->IsTerminated())
|
|
||||||
{
|
{
|
||||||
it = m_ECIESx25519Tags.erase (it);
|
it = m_ECIESx25519Tags.erase (it);
|
||||||
numExpiredTags++;
|
numExpiredTags++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue