Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
d8e81645
Commit
d8e81645
authored
Jun 23, 2015
by
Francis Dupont
Browse files
[3899] Merged strings
parent
285fca3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/duid.cc
View file @
d8e81645
...
...
@@ -76,7 +76,7 @@ DUID::decode(const std::string& text) {
// allowed for client identifier.
if
(
split_text
[
i
].
empty
())
{
isc_throw
(
isc
::
BadValue
,
"invalid identifier '"
<<
text
<<
"':
"
<<
"
tokens must be"
<<
text
<<
"': tokens must be"
" separated with a single colon"
);
}
else
if
(
split_text
[
i
].
size
()
>
2
)
{
isc_throw
(
isc
::
BadValue
,
"invalid identifier '"
...
...
Write
Preview
Markdown
is supported
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