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
561753ac
Commit
561753ac
authored
Aug 17, 2018
by
Francis Dupont
Browse files
[master] Avoid unwanted fallthrough
parent
8d906b58
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/json_feed.cc
View file @
561753ac
...
...
@@ -241,6 +241,7 @@ JSONFeed::receiveStartHandler() {
feedFailure
(
"invalid first character "
+
std
::
string
(
1
,
c
));
break
;
}
break
;
default:
invalidEventError
(
"receiveStartHandler"
,
getNextEvent
());
...
...
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