2
0
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:
JINMEI Tatuya
2013-02-09 14:46:17 -08:00
parent a08b7575e7
commit aa5b7e1214

View File

@@ -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)) {