Browse Source

clean obsolete SSU data

pull/158/head
orignal 10 years ago
parent
commit
9b7820a09d
  1. 2
      SSUData.cpp

2
SSUData.cpp

@ -480,7 +480,7 @@ namespace transport @@ -480,7 +480,7 @@ namespace transport
{
if (ts > it->second->lastFragmentInsertTime + INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT)
{
LogPrint (eLogError, "SSU message ", it->first, " was not completed in ", INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT, " .Deleted");
LogPrint (eLogError, "SSU message ", it->first, " was not completed in ", INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT, " seconds. Deleted");
delete it->second;
it = m_IncomleteMessages.erase (it);
}

Loading…
Cancel
Save