]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3399] Minor corrections in DHCPv6 (after 3400)
authorTomek Mrugalski <tomasz@isc.org>
Wed, 21 May 2014 18:16:44 +0000 (20:16 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 21 May 2014 18:16:44 +0000 (20:16 +0200)
src/bin/dhcp6/ctrl_dhcp6_srv.cc
src/bin/dhcp6/ctrl_dhcp6_srv.h

index 3408e3be50d31a7898e03d8e2e27d5a338d7e579..c5deadbf8320726844c19f8faaa3ba2350aee44c 100644 (file)
@@ -43,8 +43,8 @@ ControlledDhcpv6Srv::commandShutdownHandler(const string&, ConstElementPtr) {
 
 ConstElementPtr
 ControlledDhcpv6Srv::commandLibReloadHandler(const string&, ConstElementPtr) {
-    // TODO delete any stored CalloutHandles referring to the old libraries
-    // Get list of currently loaded libraries and reload them.
+    /// @todo delete any stored CalloutHandles referring to the old libraries
+    /// Get list of currently loaded libraries and reload them.
     vector<string> loaded = HooksManager::getLibraryNames();
     bool status = HooksManager::loadLibraries(loaded);
     if (!status) {
index c0a5a5709c4e13e9e07bf8d4cd442e650f8c43ff..caad18b751842306761abb40e74042b7a7d0b145 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above