BIND 10 trac517, updated. 324b135b99582c63aa49f50d8c80e00d6e43e2f9 the interface is modified, modify the part which using the old interface
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 26 07:00:23 UTC 2011
The branch, trac517 has been updated
via 324b135b99582c63aa49f50d8c80e00d6e43e2f9 (commit)
from 6fb3a7ca7f9f1b7018493a263b3063b0b0962b5e (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 324b135b99582c63aa49f50d8c80e00d6e43e2f9
Author: hanfeng <ben.han.cn at gmail.com>
Date: Wed Jan 26 15:00:02 2011 +0800
the interface is modified, modify the part which using the old interface
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory_datasrc.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory_datasrc.cc b/src/lib/datasrc/memory_datasrc.cc
index 6fee000..9d94740 100644
--- a/src/lib/datasrc/memory_datasrc.cc
+++ b/src/lib/datasrc/memory_datasrc.cc
@@ -192,7 +192,8 @@ struct MemoryZone::MemoryZoneImpl {
// Get the node
DomainNode* node(NULL);
FindState state(options);
- switch (domains_.find(name, &node, zonecutCallback, &state)) {
+ NodeChain<Domain> node_path;
+ switch (domains_.find(name, &node, node_path, zonecutCallback, &state)) {
case DomainTree::PARTIALMATCH:
if (state.zonecut_node_ != NULL) {
return (FindResult(DELEGATION, state.rrset_));
More information about the bind10-changes
mailing list