mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +00:00
[1627] fixed some style issues: untabify, position of '*', fold long lines.
This commit is contained in:
committed by
Mukund Sivaraman
parent
48cd72d455
commit
ae9eae2905
@@ -166,7 +166,8 @@ MemoryDatasourceConfig::build(ConstElementPtr config_value) {
|
||||
|
||||
InMemoryZoneFinder* imzf = NULL;
|
||||
try {
|
||||
imzf = new InMemoryZoneFinder(rrclass_, Name(origin->stringValue()));
|
||||
imzf = new InMemoryZoneFinder(rrclass_,
|
||||
Name(origin->stringValue()));
|
||||
} catch (const isc::dns::NameParserException& ex) {
|
||||
isc_throw(AuthConfigError, "unable to parse zone's origin: " <<
|
||||
ex.what());
|
||||
|
Reference in New Issue
Block a user