]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
all foreign attributes should be qualified by full path
authorAlan T. DeKok <aland@freeradius.org>
Sat, 20 Feb 2021 14:20:25 +0000 (09:20 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 20 Feb 2021 14:20:25 +0000 (09:20 -0500)
src/lib/unlang/compile.c

index 0c64ad10dd1e33c2fc742be811d685a725d76acf..26a19c589562eaa62d54e9990873ff056b3b6368 100644 (file)
@@ -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;