From: Alan T. DeKok Date: Mon, 28 Aug 2023 12:43:52 +0000 (-0400) Subject: there's no longer any cond_t in the "if" block X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a3b3f25058adc561cbef04488e89a62801112d;p=thirdparty%2Ffreeradius-server.git there's no longer any cond_t in the "if" block --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index b81de04a5ae..6922d302391 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -2237,8 +2237,6 @@ static unlang_t *compile_children(unlang_group_t *g, unlang_compile_t *unlang_ct /* * And manually free this. */ - ptr = cf_data_remove(subcs, fr_cond_t, NULL); - talloc_free(ptr); ptr = cf_data_remove(subcs, xlat_exp_head_t, NULL); talloc_free(ptr);