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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user