mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-13 00:07:39 +01:00
fixed typo
This commit is contained in:
parent
5d63f71c55
commit
00d9ef806b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue