]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
I do have loathing for compilers which don't produce error messages
authorAlan T. DeKok <aland@freeradius.org>
Sun, 4 Feb 2024 17:28:28 +0000 (12:28 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 4 Feb 2024 17:28:28 +0000 (12:28 -0500)
src/protocols/radius/decode.c

index 92d0358840fda76f84c8d1b95bd6ad189c8656a7..171ab5eca70738d4bb9424227c613222ca2f9a74 100644 (file)
@@ -2092,7 +2092,7 @@ ssize_t fr_radius_decode_foreign(TALLOC_CTX *ctx, fr_pair_list_t *out,
        while (attr < end) {
                slen = fr_radius_decode_pair(ctx, out, attr, (end - attr), &decode_ctx);
                if (slen < 0) {
-               fail:
+//             fail:
                        talloc_free(decode_ctx.tmp_ctx);
                        talloc_free(decode_ctx.tags);
                        return slen;