]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused assignment
authorAlan T. DeKok <aland@freeradius.org>
Wed, 17 Nov 2021 19:09:01 +0000 (14:09 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 17 Nov 2021 19:09:01 +0000 (14:09 -0500)
src/bin/unit_test_attribute.c

index 59165f97a6fad6c1bfe838ffab4e289d61845efb..d9078d30c7b5166b875f30dfdedf43f3cf15317f 100644 (file)
@@ -1024,7 +1024,6 @@ static size_t parse_typed_value(command_result_t *result, fr_value_box_t *box, c
                        RETURN_PARSE_ERROR(0);
                }
                p++;
-               slen += 2;
 
                if (type != FR_TYPE_STRING) {
                        if (fr_value_box_cast_in_place(box, box, type, NULL) < 0) {