2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[1579] folded a long line

This commit is contained in:
JINMEI Tatuya
2012-03-30 15:21:41 -07:00
parent 5893305969
commit cd6faa250e

View File

@@ -975,7 +975,8 @@ DatabaseClient::Finder::findInternal(const Name& name, const RRType& type,
} else {
// Did not find anything at all at the domain name, so check for
// subdomains or wildcards.
return (findNoNameResult(name, type, options, dresult, target, is_nsec3));
return (findNoNameResult(name, type, options, dresult, target,
is_nsec3));
}
}