Parcourir la source

[3399] Minor corrections in DHCPv6 (after 3400)

Tomek Mrugalski il y a 11 ans
Parent
commit
2b204662a1
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      src/bin/dhcp6/ctrl_dhcp6_srv.cc
  2. 1 1
      src/bin/dhcp6/ctrl_dhcp6_srv.h

+ 2 - 2
src/bin/dhcp6/ctrl_dhcp6_srv.cc

@@ -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) {

+ 1 - 1
src/bin/dhcp6/ctrl_dhcp6_srv.h

@@ -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