]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove limitation which isn't needed
authorAlan T. DeKok <aland@freeradius.org>
Fri, 26 Jan 2024 15:06:32 +0000 (10:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 26 Jan 2024 16:35:47 +0000 (11:35 -0500)
src/lib/util/dict_tokenize.c

index 779089c050cf0c98f677286bf066f9e73fee5876..9ddead8d7a028ba66e2cb19271fe2022af058745 100644 (file)
@@ -729,11 +729,6 @@ static int dict_read_process_alias(dict_tokenize_ctx_t *ctx, char **argv, int ar
 
        }
 
-       if (fr_dict_attr_ref(da)) {
-               fr_strerror_const("An ALIAS MUST NOT refer to an ATTRIBUTE which also has 'ref=...'");
-               return -1;
-       }
-
        /*
         *      Note that we do NOT call fr_dict_attr_add() here.
         *