From: Alan T. DeKok Date: Tue, 30 Nov 2021 17:11:40 +0000 (-0500) Subject: tets are in the RADIUS dictionary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe09b21683ed1892a0f82c584cc141d134ee0be;p=thirdparty%2Ffreeradius-server.git tets are in the RADIUS dictionary --- diff --git a/src/bin/unit_test_map.c b/src/bin/unit_test_map.c index 9047cc21dee..48568feec7b 100644 --- a/src/bin/unit_test_map.c +++ b/src/bin/unit_test_map.c @@ -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);