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
d8c12b9f
Commit
d8c12b9f
authored
Mar 01, 2017
by
Francis Dupont
Browse files
[master] Addressed Coverity 1401615 and 1401614
parent
f2e33379
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/parser_context.cc
View file @
d8c12b9f
...
...
@@ -16,7 +16,7 @@ namespace isc {
namespace
agent
{
ParserContext
::
ParserContext
()
:
ctx_
(
NO_KEYWORDS
),
trace_scanning_
(
false
),
trace_parsing_
(
false
)
:
sfile_
(
0
),
ctx_
(
NO_KEYWORDS
),
trace_scanning_
(
false
),
trace_parsing_
(
false
)
{
}
...
...
src/bin/d2/parser_context.cc
View file @
d8c12b9f
...
...
@@ -16,7 +16,7 @@ namespace isc {
namespace
d2
{
D2ParserContext
::
D2ParserContext
()
:
ctx_
(
NO_KEYWORD
),
trace_scanning_
(
false
),
trace_parsing_
(
false
)
:
sfile_
(
0
),
ctx_
(
NO_KEYWORD
),
trace_scanning_
(
false
),
trace_parsing_
(
false
)
{
}
...
...
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