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
f94b033c
Commit
f94b033c
authored
Nov 05, 2012
by
Marcin Siodelski
Browse files
[2417] Added missing header and corrected typo.
This fixes build issues discovered during code review.
parent
b966ebcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/libdhcp++.cc
View file @
f94b033c
...
...
@@ -24,6 +24,7 @@
#include
<dhcp/option6_ia.h>
#include
<dhcp/option6_iaaddr.h>
#include
<dhcp/option_definition.h>
#include
<dhcp/option6_int_array.h>
using
namespace
std
;
using
namespace
isc
::
dhcp
;
...
...
@@ -284,7 +285,7 @@ LibDHCP::initStdOptionDefs6() {
definition
->
addRecordField
(
OptionDefinition
::
UINT32_TYPE
);
break
;
case
D6O_STATUS_CODE
:
defin
o
tion
->
addRecordField
(
OptionDefinition
::
UINT16_TYPE
);
defin
i
tion
->
addRecordField
(
OptionDefinition
::
UINT16_TYPE
);
definition
->
addRecordField
(
OptionDefinition
::
STRING_TYPE
);
default:
break
;
...
...
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