]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5098] Reserved last change (position added by the englobing try/catch)
authorFrancis Dupont <fdupont@isc.org>
Thu, 19 Jan 2017 13:08:08 +0000 (14:08 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 19 Jan 2017 13:08:08 +0000 (14:08 +0100)
src/lib/dhcpsrv/parsers/client_class_def_parser.cc

index e4f570459502d590ca5dd19b22447d296734e5a2..2194cffc31311c3a132533697a3888cb5e792e08 100644 (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