From: Alan T. DeKok Date: Sat, 20 Feb 2021 14:20:25 +0000 (-0500) Subject: all foreign attributes should be qualified by full path X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe083f39215150adddac2dd0f0151736f693fb93;p=thirdparty%2Ffreeradius-server.git all foreign attributes should be qualified by full path --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 0c64ad10dd1..26a19c58956 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -3021,7 +3021,7 @@ get_packet_type: t_rules = *unlang_ctx->rules; t_rules.parent = unlang_ctx->rules; t_rules.dict_def = dict; - t_rules.allow_foreign = true; + t_rules.allow_foreign = false; unlang_ctx2.actions = unlang_ctx->actions;