2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-18 14:00:15 +00:00

[1062] log database name in other log messages too

This commit is contained in:
Jelte Jansen
2011-08-12 11:00:12 +02:00
parent 1d74428fb7
commit 959dc16381
3 changed files with 14 additions and 9 deletions

View File

@@ -332,7 +332,7 @@ checkRRset(isc::dns::ConstRRsetPtr rrset,
const isc::dns::RRClass& rrclass,
const isc::dns::RRType& rrtype,
const isc::dns::RRTTL& rrttl,
const std::vector<std::string> rdatas) {
const std::vector<std::string>& rdatas) {
isc::dns::RRsetPtr expected_rrset(
new isc::dns::RRset(name, rrclass, rrtype, rrttl));
for (unsigned int i = 0; i < rdatas.size(); ++i) {