BIND 10 master, updated. e61c82ed57bfd7d5a0b25404cc1271a95b44c82c [master] fix DATASRC_DATABASE_FOUND_RRSET for #2563
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Dec 14 22:18:36 UTC 2012
The branch, master has been updated
via e61c82ed57bfd7d5a0b25404cc1271a95b44c82c (commit)
from a7e16e85fac60062df06be2f371868571d08e5ed (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 e61c82ed57bfd7d5a0b25404cc1271a95b44c82c
Author: Jeremy C. Reed <jreed at isc.org>
Date: Fri Dec 14 16:13:44 2012 -0600
[master] fix DATASRC_DATABASE_FOUND_RRSET for #2563
Discussed via jabber. Show the RRsets as documented instead of the
pointer.
(Note that output may be confusing since there is no delimeter
between the different records in the set. But this is
DBGLVL_TRACE_DETAIL so fine for now.)
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/database.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc
index b65bc08..d791fbc 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -920,7 +920,7 @@ DatabaseClient::Finder::findOnNameResult(const Name& name,
} else {
LOG_DEBUG(logger, DBG_TRACE_DETAILED,
DATASRC_DATABASE_FOUND_RRSET).
- arg(accessor_->getDBName()).arg(wti->second);
+ arg(accessor_->getDBName()).arg(*wti->second);
}
}
// Found an RR matching the query, so return it. (Note that this
More information about the bind10-changes
mailing list