BIND 10 trac1968, updated. 07eb75f4b57d4deb715cf806379b81723832f8c2 [1968] Namespace typo fixed.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 10 17:43:31 UTC 2012
The branch, trac1968 has been updated
via 07eb75f4b57d4deb715cf806379b81723832f8c2 (commit)
from 90a1b131d672d476cdc1dd30d32f1554f45f98ce (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 07eb75f4b57d4deb715cf806379b81723832f8c2
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu May 10 19:43:16 2012 +0200
[1968] Namespace typo fixed.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/iface_mgr_sun.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr_sun.cc b/src/lib/dhcp/iface_mgr_sun.cc
index 8b017af..5847906 100644
--- a/src/lib/dhcp/iface_mgr_sun.cc
+++ b/src/lib/dhcp/iface_mgr_sun.cc
@@ -25,7 +25,7 @@ using namespace isc::asiolink;
using namespace isc::dhcp;
namespace isc {
-namespace isc::dhcp {
+namespace dhcp {
void
IfaceMgr::detectIfaces() {
More information about the bind10-changes
mailing list