From: Tomek Mrugalski Date: Fri, 19 Aug 2011 12:17:59 +0000 (+0200) Subject: [878] Minor change in comment. X-Git-Tag: perftcpdns_before_epoll~37^2~21^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a11f2fd5bbe98fc555bfdf1cdf9019f7222e3e9;p=thirdparty%2Fkea.git [878] Minor change in comment. --- diff --git a/src/bin/dhcp6/iface_mgr.cc b/src/bin/dhcp6/iface_mgr.cc index 45cafe21c1..4a5839280e 100644 --- a/src/bin/dhcp6/iface_mgr.cc +++ b/src/bin/dhcp6/iface_mgr.cc @@ -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();