From 00d9ef806b7e64080a3cf1b9de16ff1b09f52aa6 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 17 Oct 2014 11:48:07 -0400 Subject: [PATCH] fixed typo --- Garlic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Garlic.cpp b/Garlic.cpp index f508f799..0fac63bd 100644 --- a/Garlic.cpp +++ b/Garlic.cpp @@ -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) {