]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[878] Minor change in comment.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 19 Aug 2011 12:17:59 +0000 (14:17 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 19 Aug 2011 12:17:59 +0000 (14:17 +0200)
src/bin/dhcp6/iface_mgr.cc

index 45cafe21c1fc9ad990aa0407f38595006e82bbb4..4a5839280eb8245f72a6d523c5b45e583df70e9b 100644 (file)
@@ -35,7 +35,9 @@ IfaceMgr* IfaceMgr::instance_ = 0;
 void
 IfaceMgr::instanceCreate() {
     if (instance_) {
-        // TODO throw exception here
+        // no need to do anything. Instance is already created.
+        // Who called it again anyway? Uh oh. Had to be us, as 
+        // this is private method.
         return;
     }
     instance_ = new IfaceMgr();