Skip to content
GitLab
Menu
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
78f22678
Commit
78f22678
authored
Jan 04, 2017
by
Francis Dupont
Browse files
[5101] Initialized ctx_ (CID 1398351 and 1398349)
parent
a6251e3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/parser_context.cc
View file @
78f22678
// Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2016
-2017
Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
@@ -16,7 +16,7 @@ namespace isc {
namespace
dhcp
{
Parser4Context
::
Parser4Context
()
:
trace_scanning_
(
false
),
trace_parsing_
(
false
)
:
trace_scanning_
(
false
),
trace_parsing_
(
false
)
,
ctx_
(
NO_KEYWORD
)
{
}
...
...
src/bin/dhcp6/parser_context.cc
View file @
78f22678
// Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2016
-2017
Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
@@ -16,7 +16,7 @@ namespace isc {
namespace
dhcp
{
Parser6Context
::
Parser6Context
()
:
trace_scanning_
(
false
),
trace_parsing_
(
false
)
:
trace_scanning_
(
false
),
trace_parsing_
(
false
)
,
ctx_
(
NO_KEYWORD
)
{
}
...
...
Write
Preview
Supports
Markdown
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