]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused label
authorAlan T. DeKok <aland@freeradius.org>
Fri, 26 Feb 2021 17:42:04 +0000 (12:42 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 26 Feb 2021 17:42:04 +0000 (12:42 -0500)
src/lib/radius.c

index 368e0393a3be3ca69797fcc11b6b7e7a005ea21a..f88c8dcc88c8fe6ef096b774669c468183965188 100644 (file)
@@ -4143,7 +4143,6 @@ ssize_t data2vp(TALLOC_CTX *ctx,
         *      And now that we've verified the basic type
         *      information, decode the actual data.
         */
- alloc_cui:
        vp = fr_pair_afrom_da(ctx, da);
        if (!vp) return -1;