Parcourir la source

[2665] removed unnecessary assignment, fixing one error from clang scan-build.

JINMEI Tatuya il y a 12 ans
Parent
commit
aa5b7e1214
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/lib/dns/name.cc

+ 0 - 1
src/lib/dns/name.cc

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