expire tags

This commit is contained in:
Jeff Becker 2016-09-03 18:34:18 -04:00
parent f64f875806
commit f4d1b87f73
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -146,6 +146,7 @@ namespace datagram
LogPrint(eLogInfo, "DatagramDestination: expiring idle session with ", ident.ToBase32()); LogPrint(eLogInfo, "DatagramDestination: expiring idle session with ", ident.ToBase32());
m_Sessions.erase(ident); m_Sessions.erase(ident);
} }
m_Owner->CleanupExpiredTags();
ScheduleCleanup(); ScheduleCleanup();
} }