Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
9adb0eb5
Commit
9adb0eb5
authored
Jan 19, 2017
by
Francis Dupont
Browse files
[5098] Reserved last change (position added by the englobing try/catch)
parent
74196320
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/parsers/client_class_def_parser.cc
View file @
9adb0eb5
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment