BIND 10 trac2414, updated. fd94c6a10376330c5e87d9b618c422b9f9832708 [2414] DHCP6_SUBNET_SELECTED log message fixed
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 1 16:44:31 UTC 2012
The branch, trac2414 has been updated
via fd94c6a10376330c5e87d9b618c422b9f9832708 (commit)
via 961921abc4ca4874d46f39f8db391601b184e6af (commit)
from ae39613c152173ff88cfbaa32f379613c81b5a7d (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 fd94c6a10376330c5e87d9b618c422b9f9832708
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu Nov 1 17:44:21 2012 +0100
[2414] DHCP6_SUBNET_SELECTED log message fixed
commit 961921abc4ca4874d46f39f8db391601b184e6af
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu Nov 1 17:43:56 2012 +0100
[2414] Compilation fix for Solaris
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/dhcp6_messages.mes | 2 +-
src/lib/dhcp/alloc_engine.cc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes
index ea60853..31e8ca5 100644
--- a/src/bin/dhcp6/dhcp6_messages.mes
+++ b/src/bin/dhcp6/dhcp6_messages.mes
@@ -131,7 +131,7 @@ This is a debug message issued during the IPv6 DHCP server startup.
It lists some information about the parameters with which the server
is running.
-% DHCP6_SUBNET_SELECTED The %s subnet was selected for client assignment
+% DHCP6_SUBNET_SELECTED The %1 subnet was selected for client assignment
This is a debug message informing that a given subnet was selected. It will
be used for address and option assignment. This is one of the early steps
in the processing of incoming client message.
diff --git a/src/lib/dhcp/alloc_engine.cc b/src/lib/dhcp/alloc_engine.cc
index 5e8d90d..c9954c2 100644
--- a/src/lib/dhcp/alloc_engine.cc
+++ b/src/lib/dhcp/alloc_engine.cc
@@ -13,6 +13,7 @@
// PERFORMANCE OF THIS SOFTWARE.
#include <alloc_engine.h>
+#include <string.h>
using namespace isc::asiolink;
More information about the bind10-changes
mailing list