Browse Source

fixed typo

pull/102/head 0.1.0
orignal 10 years ago
parent
commit
00d9ef806b
  1. 2
      Garlic.cpp

2
Garlic.cpp

@ -92,7 +92,7 @@ namespace garlic @@ -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)
{

Loading…
Cancel
Save