2
0
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:
Thomas Markwalder 2025-02-18 14:24:17 -05:00
parent 68484ade70
commit ea27531e9d
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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;