2
0
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:
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 // 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