]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 2 Sep 2024 21:46:40 +0000 (17:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 2 Sep 2024 21:46:40 +0000 (17:46 -0400)
src/lib/unlang/xlat.c

index adac3ea56f0c71b35401c0614fd0e7bc4ed78632..b85edbafb1d0895524878007a184188a285aaa91 100644 (file)
@@ -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;
                }