BIND 10 trac1968, updated. f3ff650b401bfe97f12554caa9ced91b431de5f1 [1968] Common stub implementation removed.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 10 17:10:56 UTC 2012
The branch, trac1968 has been updated
via f3ff650b401bfe97f12554caa9ced91b431de5f1 (commit)
from dee64b333f7ec54a7647347679790b40f0c2b76b (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 f3ff650b401bfe97f12554caa9ced91b431de5f1
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu May 10 19:10:30 2012 +0200
[1968] Common stub implementation removed.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/iface_mgr.cc | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr.cc b/src/lib/dhcp/iface_mgr.cc
index 990e987..1505fbf 100644
--- a/src/lib/dhcp/iface_mgr.cc
+++ b/src/lib/dhcp/iface_mgr.cc
@@ -213,15 +213,6 @@ void IfaceMgr::stubDetectIfaces() {
}
}
-/// @todo: Remove this once we have OS-specific interface detection
-/// routines (or at least OS-specific files, like iface_mgr_solaris.cc)
-/// for all OSes.
-#if !defined(OS_LINUX) && !defined(OS_BSD)
-void IfaceMgr::detectIfaces() {
- stubDetectIfaces();
-}
-#endif
-
bool IfaceMgr::openSockets4(const uint16_t port) {
int sock;
int count = 0;
More information about the bind10-changes
mailing list