mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2869] Improved reclaimed handling
This commit is contained in:
@@ -2409,8 +2409,6 @@ MySqlLeaseMgr::addLease(const Lease6Ptr& lease) {
|
||||
lease->updateCurrentExpirationTime();
|
||||
|
||||
if (getExtendedInfoTablesEnabled()) {
|
||||
// Expired leases can be removed leaving entries in extended info tables.
|
||||
deleteExtendedInfo6(lease->addr_);
|
||||
static_cast<void>(addExtendedInfo6(lease));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user