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
Adam Osuchowski
Kea
Commits
8627b6eb
Commit
8627b6eb
authored
Dec 10, 2012
by
Marcin Siodelski
Browse files
[2491] Fixed a typo pointed out in the code review.
parent
8ad7de96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/std_option_defs.h
View file @
8627b6eb
...
...
@@ -44,7 +44,7 @@ struct OptionDefParams {
uint16_t
code
;
// option code
OptionDataType
type
;
// data type
bool
array
;
// is array
OptionDataType
*
records
;
// record fields
OptionDataType
*
records
;
// record fields
size_t
records_size
;
// number of fields in a record
};
...
...
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