2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[#1147] Checkpoint before alloc cleanup

This commit is contained in:
Francis Dupont
2020-05-11 09:50:15 +02:00
parent a41eacaa12
commit be8c8f76eb
11 changed files with 439 additions and 91 deletions

View File

@@ -1261,7 +1261,7 @@ Dhcpv4Srv::processDhcp4Query(Pkt4Ptr& query, Pkt4Ptr& rsp,
ContinuationPtr cont =
makeContinuation(std::bind(&Dhcpv4Srv::processDhcp4QueryAndSendResponse,
this, query, rsp, allow_packet_park));
if (client_handler.tryLock(query, cont)) {
if (!client_handler.tryLock(query, cont)) {
return;
}
}