Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
afcbbda7
Commit
afcbbda7
authored
Dec 11, 2015
by
Marcin Siodelski
Browse files
[4206b] Fixed two typos in the Pkt4 and Pkt6 methods.
parent
cea271d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/pkt4.cc
View file @
afcbbda7
...
...
@@ -362,7 +362,7 @@ Pkt4::getLabel() const {
}
catch
(...)
{
// This should not happen with the current code, but we may add extra
// sanity checks in the future that would possibly throw if
// the hwaddr leng
h
t is 0.
// the hwaddr lengt
h
is 0.
label
<<
" (malformed hw address)"
;
}
...
...
src/lib/dhcp/pkt6.cc
View file @
afcbbda7
...
...
@@ -566,7 +566,7 @@ Pkt6::getClientId() const {
// process of logging something for this packet. So the only
// choice left is to return an empty pointer.
}
return
DuidPtr
();
return
(
DuidPtr
()
)
;
}
isc
::
dhcp
::
OptionCollection
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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