From: Francis Dupont Date: Fri, 22 May 2020 14:27:35 +0000 (+0200) Subject: [#1147] Removed left check X-Git-Tag: Kea-1.7.9~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27dcb0b69a090b60928d8ef020585335a7685d3e;p=thirdparty%2Fkea.git [#1147] Removed left check --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 483e7f6fed..065b33e192 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -858,11 +858,6 @@ Dhcpv6Srv::processDhcp6Query(Pkt6Ptr& query, Pkt6Ptr& rsp) { } } - // Stop here if ClientHandler tryLock decided the packet is a duplicate. - if (drop) { - return; - } - // Let's create a simplified client context here. AllocEngine::ClientContext6 ctx; bool drop = false;