diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-01-22 22:28:14 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-01-25 12:38:21 +0100 |
commit | 0a8041fded5957b71f6ae550cf01d613d7c51ce2 (patch) | |
tree | d87128b3259f614e00d53f9372eca99c933209f2 /src/bin/dhcp6/dhcp6_srv.cc | |
parent | [#1627] clean up code (diff) | |
download | kea-0a8041fded5957b71f6ae550cf01d613d7c51ce2.tar.xz kea-0a8041fded5957b71f6ae550cf01d613d7c51ce2.zip |
[#1627] removed mutex in derived classes
Diffstat (limited to 'src/bin/dhcp6/dhcp6_srv.cc')
-rw-r--r-- | src/bin/dhcp6/dhcp6_srv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |