]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - common/conflex.c
- Silence benign static analysis warnings.
[thirdparty/dhcp.git] / common / conflex.c
index 4987fc4c44cc34132e6ee05aa96cd83c1b7cebd7..0da5076f46efe0b3e9c41bac0274a69980a2a274 100644 (file)
@@ -3,7 +3,7 @@
    Lexical scanner for dhcpd config file... */
 
 /*
- * Copyright (c) 2004-2012 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2013 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -534,7 +534,6 @@ static enum dhcp_token read_string (cfile)
                                goto again;
                              default:
                                cfile -> tokbuf [i] = c;
-                               bs = 0;
                                break;
                        }
                        bs = 0;