mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[5098] Reserved last change (position added by the englobing try/catch)
This commit is contained in:
@@ -105,8 +105,7 @@ ClientClassDefParser::parse(ClientClassDictionaryPtr& class_dictionary,
|
|||||||
// name is now mandatory
|
// name is now mandatory
|
||||||
if (name.empty()) {
|
if (name.empty()) {
|
||||||
isc_throw(DhcpConfigError,
|
isc_throw(DhcpConfigError,
|
||||||
"not empty parameter 'name' is required" << "("
|
"not empty parameter 'name' is required");
|
||||||
<< class_def_cfg->getPosition() << ")" );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Let's parse the next-server field
|
// Let's parse the next-server field
|
||||||
|
Reference in New Issue
Block a user