BIND 10 trac2414, updated. 89886bb661e47985e05643ced62d0da4c14fdd8d [2414] Compilation fix for Solaris 11
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 7 22:05:58 UTC 2012
The branch, trac2414 has been updated
via 89886bb661e47985e05643ced62d0da4c14fdd8d (commit)
from beca6b4aefcb8aeb6f54added3bcd025c2196613 (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 89886bb661e47985e05643ced62d0da4c14fdd8d
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Nov 7 17:05:50 2012 -0500
[2414] Compilation fix for Solaris 11
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/dhcp6_srv.cc | 6 ++++++
1 file changed, 6 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index 0652eb9..a2e0404 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -49,6 +49,9 @@ using namespace isc::util;
using namespace std;
using namespace boost;
+namespace isc {
+namespace dhcp {
+
Dhcpv6Srv::Dhcpv6Srv(uint16_t port) {
LOG_DEBUG(dhcp6_logger, DBG_DHCP6_START, DHCP6_OPEN_SOCKET).arg(port);
@@ -628,3 +631,6 @@ void
Dhcpv6Srv::initStdOptionDefs() {
LibDHCP::initStdOptionDefs(Option::V6);
}
+
+};
+};
More information about the bind10-changes
mailing list