Fixes from clang / scan-build
[freeradius.git] / src / lib / print.c
index 9b51cbb..2c14c22 100644 (file)
@@ -431,7 +431,6 @@ int vp_prints(char *out, size_t outlen, VALUE_PAIR *vp)
        if (!vp) return 0;
 
        name = vp->name;
-       len = 0;
 
        if (!name || !*name) {
                if (!vp_print_name(namebuf, sizeof(namebuf), vp->attribute, vp->attribute)) {