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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user