mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[3146] getLease6() renamed to getLeases6()
This commit is contained in:
@@ -1678,8 +1678,8 @@ MySqlLeaseMgr::getLease6(Lease6::LeaseType /* type - not used yet */,
|
||||
|
||||
|
||||
Lease6Collection
|
||||
MySqlLeaseMgr::getLease6(Lease6::LeaseType /* type - not used yet */,
|
||||
const DUID& duid, uint32_t iaid) const {
|
||||
MySqlLeaseMgr::getLeases6(Lease6::LeaseType /* type - not used yet */,
|
||||
const DUID& duid, uint32_t iaid) const {
|
||||
LOG_DEBUG(dhcpsrv_logger, DHCPSRV_DBG_TRACE_DETAIL,
|
||||
DHCPSRV_MYSQL_GET_IAID_DUID).arg(iaid).arg(duid.toText());
|
||||
|
||||
|
Reference in New Issue
Block a user