BIND 10 trac2187, updated. 26f07019946b185e191ce7490f4c398b830f8420 [2187] Do not print interfaces when they are detected.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Sep 25 14:07:37 UTC 2012
The branch, trac2187 has been updated
via 26f07019946b185e191ce7490f4c398b830f8420 (commit)
from 5633225648b2a4a5582327131f9ca7a7d83b340f (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 26f07019946b185e191ce7490f4c398b830f8420
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Sep 25 16:07:24 2012 +0200
[2187] Do not print interfaces when they are detected.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/iface_mgr_linux.cc | 2 --
1 file changed, 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr_linux.cc b/src/lib/dhcp/iface_mgr_linux.cc
index b59b983..581ce5f 100644
--- a/src/lib/dhcp/iface_mgr_linux.cc
+++ b/src/lib/dhcp/iface_mgr_linux.cc
@@ -493,8 +493,6 @@ void IfaceMgr::detectIfaces() {
nl.release_list(link_info);
nl.release_list(addr_info);
-
- printIfaces();
}
/// @brief sets flag_*_ fields.
More information about the bind10-changes
mailing list