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
ISC Open Source Projects
Kea
Commits
b481821b
Commit
b481821b
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: offset
parent
c6aa65d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/pkt6.cc
View file @
b481821b
...
...
@@ -442,7 +442,7 @@ Pkt6::unpackRelayMsg() {
// we use offset + bufsize, because we want to avoid creating unnecessary
// copies. There may be up to 32 relays. While using InputBuffer would
// be probably a bit cleaner, copying data up to 32 times is unacceptable
// price here. Hence a single buffer with offets and lengths.
// price here. Hence a single buffer with off
s
ets and lengths.
size_t
bufsize
=
data_
.
size
();
size_t
offset
=
0
;
...
...
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