]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4294] Removed todo comment per review
authorThomas Markwalder <tmark@isc.org>
Tue, 23 Aug 2016 18:53:48 +0000 (14:53 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 23 Aug 2016 18:53:48 +0000 (14:53 -0400)
src/lib/dhcpsrv/lease_mgr.cc

index de2bf01153721b0c8805a4926bfda2fd283fbf2b..02aedf5f4afae6007b6dbbbd191836fb1dd64928 100644 (file)
@@ -59,10 +59,7 @@ LeaseMgr::recountAddressStats4() {
         return;
     }
 
-    // Zero out the global stats. (Ok, so currently there's only one
-    // that should be cleared.  "reclaimed-declined-addresses" never
-    // gets zeroed. @todo discuss with Tomek the rational of not
-    // clearing it when we clear the rest.
+    // Zero out the global stats.
     int64_t zero = 0;
     stats_mgr.setValue("declined-addresses", zero);
     stats_mgr.setValue("declined-reclaimed-addresses", zero);