From 88c81828614866cd9b664b4420bb8844db6c1585 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 26 Feb 2021 12:42:04 -0500 Subject: [PATCH] remove unused label --- src/lib/radius.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/radius.c b/src/lib/radius.c index 368e0393a3..f88c8dcc88 100644 --- a/src/lib/radius.c +++ b/src/lib/radius.c @@ -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; -- 2.47.2