BIND 10 trac878, updated. 3a11f2fd5bbe98fc555bfdf1cdf9019f7222e3e9 [878] Minor change in comment.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 19 12:18:32 UTC 2011
The branch, trac878 has been updated
via 3a11f2fd5bbe98fc555bfdf1cdf9019f7222e3e9 (commit)
from 21bac503aa78b1d0cbb6993edc083fbc508dad16 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3a11f2fd5bbe98fc555bfdf1cdf9019f7222e3e9
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Fri Aug 19 14:17:59 2011 +0200
[878] Minor change in comment.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/iface_mgr.cc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/iface_mgr.cc b/src/bin/dhcp6/iface_mgr.cc
index 45cafe2..4a58392 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();
More information about the bind10-changes
mailing list