mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
fixed typo
This commit is contained in:
parent
5d63f71c55
commit
00d9ef806b
@ -92,7 +92,7 @@ namespace garlic
|
|||||||
if (m_NumTags > 0)
|
if (m_NumTags > 0)
|
||||||
{
|
{
|
||||||
uint32_t ts = i2p::util::GetSecondsSinceEpoch ();
|
uint32_t ts = i2p::util::GetSecondsSinceEpoch ();
|
||||||
while (m_SessionTags.empty ())
|
while (!m_SessionTags.empty ())
|
||||||
{
|
{
|
||||||
if (ts < m_SessionTags.front ().creationTime + OUTGOING_TAGS_EXPIRATION_TIMEOUT)
|
if (ts < m_SessionTags.front ().creationTime + OUTGOING_TAGS_EXPIRATION_TIMEOUT)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user