mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[#3463] Fixed JSON error in ARM
This commit is contained in:
parent
68484ade70
commit
ea27531e9d
@ -1130,7 +1130,7 @@ lease:
|
||||
|
||||
{
|
||||
"hooks-libraries": [{
|
||||
"library": "/path/libdhcp_lease_cmds.so"
|
||||
"library": "/path/libdhcp_lease_cmds.so",
|
||||
"parameters": {
|
||||
"binding-variables": [{
|
||||
"name": "opt-222",
|
||||
|
@ -2856,7 +2856,7 @@ LeaseCmdsImpl::leases6Committed(CalloutHandle& callout_handle,
|
||||
} catch (const NoSuchLease&) {
|
||||
++failed;
|
||||
LOG_ERROR(lease_cmds_logger, LEASE_CMDS_LEASES6_COMMITTED_CONFLICT)
|
||||
.arg("WTF") //lease->addr_.toText())
|
||||
.arg(lease->addr_.toText())
|
||||
.arg(query->getLabel());
|
||||
} catch (const std::exception& ex) {
|
||||
++failed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user