fixed typo

This commit is contained in:
orignal 2014-10-17 11:48:07 -04:00
parent 5d63f71c55
commit 00d9ef806b

View File

@ -92,7 +92,7 @@ namespace garlic
if (m_NumTags > 0)
{
uint32_t ts = i2p::util::GetSecondsSinceEpoch ();
while (m_SessionTags.empty ())
while (!m_SessionTags.empty ())
{
if (ts < m_SessionTags.front ().creationTime + OUTGOING_TAGS_EXPIRATION_TIMEOUT)
{