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
aa5b7e12
Commit
aa5b7e12
authored
Feb 09, 2013
by
JINMEI Tatuya
Browse files
[2665] removed unnecessary assignment, fixing one error from clang scan-build.
parent
a08b7575
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/name.cc
View file @
aa5b7e12
...
...
@@ -227,7 +227,6 @@ stringParse(Iterator s, Iterator send, bool downcase, Offsets& offsets,
isc_throw
(
BadLabelType
,
"invalid label type in "
<<
string
(
orig_s
,
send
));
}
state
=
ft_escape
;
// FALLTHROUGH
case
ft_escape
:
if
(
!
isdigit
(
c
&
0xff
))
{
...
...
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