From 0a8041fded5957b71f6ae550cf01d613d7c51ce2 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 22 Jan 2021 23:28:14 +0200 Subject: [#1627] removed mutex in derived classes --- src/bin/dhcp6/dhcp6_srv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/dhcp6/dhcp6_srv.cc') diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index cb03dae9c9..8149ccdef0 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -396,7 +396,7 @@ Dhcpv6Srv::initContext(const Pkt6Ptr& pkt, case Host::IDENT_FLEX: // At this point the information in the packet has been unpacked into // the various packet fields and option objects has been created. - // Execute callouts registered for packet6_receive. + // Execute callouts registered for host6_identifier. if (HooksManager::calloutsPresent(Hooks.hook_index_host6_identifier_)) { CalloutHandlePtr callout_handle = getCalloutHandle(pkt); -- cgit v1.2.3