From: Francis Dupont Date: Thu, 19 Jan 2017 13:08:08 +0000 (+0100) Subject: [5098] Reserved last change (position added by the englobing try/catch) X-Git-Tag: trac102_base~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adb0eb50e55d80e6b565f8a74b86f3597cbdb6e;p=thirdparty%2Fkea.git [5098] Reserved last change (position added by the englobing try/catch) --- diff --git a/src/lib/dhcpsrv/parsers/client_class_def_parser.cc b/src/lib/dhcpsrv/parsers/client_class_def_parser.cc index e4f5704595..2194cffc31 100644 --- a/src/lib/dhcpsrv/parsers/client_class_def_parser.cc +++ b/src/lib/dhcpsrv/parsers/client_class_def_parser.cc @@ -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