]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused assignment
authorAlan T. DeKok <aland@freeradius.org>
Mon, 31 Dec 2018 16:14:21 +0000 (11:14 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 31 Dec 2018 16:14:21 +0000 (11:14 -0500)
src/lib/util/ascend.c

index d4df051b318a7f9a68a4fd288e2d13ecda96b8c0..893f63e372d4dc77047ffb8d8406ce116e1aba59 100644 (file)
@@ -656,7 +656,7 @@ static int ascend_parse_ipaddr(uint32_t *ipaddr, char *str)
  */
 static int ascend_parse_port(uint16_t *port, char *compare, char *str)
 {
-       int rcode, token = -1;
+       int rcode, token;
 
        /*
         *      There MUST be a comparison string.