remove tag after tagset expiration
This commit is contained in:
@@ -107,7 +107,7 @@ namespace garlic
|
||||
|
||||
bool ReceiveRatchetTagSet::IsIndexExpired (int index) const
|
||||
{
|
||||
return index < m_TrimBehindIndex || !m_Session || m_Session->IsTerminated ();
|
||||
return index < m_TrimBehindIndex;
|
||||
}
|
||||
|
||||
bool ReceiveRatchetTagSet::HandleNextMessage (uint8_t * buf, size_t len, int index)
|
||||
|
Reference in New Issue
Block a user