From: Alan T. DeKok Date: Wed, 18 May 2016 21:11:15 +0000 (-0400) Subject: skip precompile blocks X-Git-Tag: branch_3_1_x~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04bdba541388710774bf33da11ab2c8153ddc9d0;p=thirdparty%2Ffreeradius-server.git skip precompile blocks --- diff --git a/src/main/modcall.c b/src/main/modcall.c index 0cc9b4e884e..b8c0c4e3d7c 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -1768,6 +1768,11 @@ static modcallable *compile_children(modgroup *g, modcallable *parent, rlm_compo modcallable *single; CONF_SECTION *subcs = cf_item_to_section(ci); + /* + * Skip precompiled blocks. + */ + if (cf_data_find(subcs, "unlang")) continue; + /* * "actions" apply to the current group. * It's not a subgroup.