mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[1040] minor changes
This commit is contained in:
@@ -1416,7 +1416,7 @@ public:
|
|||||||
|
|
||||||
// Create the lease and set the cltt (after converting from the
|
// Create the lease and set the cltt (after converting from the
|
||||||
// expire time retrieved from the database).
|
// expire time retrieved from the database).
|
||||||
Lease6Ptr result(new Lease6(type, addr, duid_ptr, iaid_,
|
Lease6Ptr result(boost::make_shared<Lease6>(type, addr, duid_ptr, iaid_,
|
||||||
pref_lifetime_, valid_lifetime_,
|
pref_lifetime_, valid_lifetime_,
|
||||||
subnet_id_, fqdn_fwd_, fqdn_rev_,
|
subnet_id_, fqdn_fwd_, fqdn_rev_,
|
||||||
hostname, hwaddr, prefixlen_));
|
hostname, hwaddr, prefixlen_));
|
||||||
|
Reference in New Issue
Block a user