mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +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
|
||||
if (name.empty()) {
|
||||
isc_throw(DhcpConfigError,
|
||||
"not empty parameter 'name' is required" << "("
|
||||
<< class_def_cfg->getPosition() << ")" );
|
||||
"not empty parameter 'name' is required");
|
||||
}
|
||||
|
||||
// Let's parse the next-server field
|
||||
|
Reference in New Issue
Block a user