Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
aa5b7e1214
1 changed files with 0 additions and 1 deletions
  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)) {