]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tets are in the RADIUS dictionary
authorAlan T. DeKok <aland@freeradius.org>
Tue, 30 Nov 2021 17:11:40 +0000 (12:11 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 30 Nov 2021 17:11:40 +0000 (12:11 -0500)
src/bin/unit_test_map.c

index 9047cc21dee9b051bfbbff1895d67237558a08de..48568feec7befbd628fb46a0ea05c9ddb9a09d77 100644 (file)
@@ -83,7 +83,7 @@ static int process_file(char const *filename)
 
        tmpl_rules_t    parse_rules = {
                .dict_def = dict_radius,
-               .allow_foreign = true   /* Because we don't know what protocol we're operating with */
+               .allow_foreign = false, /* tests are in the RADIUS dictionary */
        };
 
        fr_map_list_init(&list);