From: Alan T. DeKok Date: Mon, 2 Sep 2024 21:46:40 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e0a4d4fb67f9155a6109e96243be0b1a9cc27f;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat.c b/src/lib/unlang/xlat.c index adac3ea56f..b85edbafb1 100644 --- a/src/lib/unlang/xlat.c +++ b/src/lib/unlang/xlat.c @@ -661,7 +661,6 @@ int unlang_xlat_eval_type(TALLOC_CTX *ctx, fr_value_box_t *vb, fr_type_t type, f * what we want to do here. */ if (fr_value_box_list_empty(&list)) { - fr_value_box_init(ctx, vb, type, NULL); break; }