mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +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,
|
||||
"invalid label type in " << string(orig_s, send));
|
||||
}
|
||||
state = ft_escape;
|
||||
// FALLTHROUGH
|
||||
case ft_escape:
|
||||
if (!isdigit(c & 0xff)) {
|
||||
|
Reference in New Issue
Block a user