2
0
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:
Francis Dupont
2017-01-19 14:08:08 +01:00
parent 741963208d
commit 9adb0eb50e

View File

@@ -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