mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[2665] removed unnecessary assignment, fixing one error from clang scan-build.
This commit is contained in:
@@ -227,7 +227,6 @@ stringParse(Iterator s, Iterator send, bool downcase, Offsets& offsets,
|
|||||||
isc_throw(BadLabelType,
|
isc_throw(BadLabelType,
|
||||||
"invalid label type in " << string(orig_s, send));
|
"invalid label type in " << string(orig_s, send));
|
||||||
}
|
}
|
||||||
state = ft_escape;
|
|
||||||
// FALLTHROUGH
|
// FALLTHROUGH
|
||||||
case ft_escape:
|
case ft_escape:
|
||||||
if (!isdigit(c & 0xff)) {
|
if (!isdigit(c & 0xff)) {
|
||||||
|
Reference in New Issue
Block a user