From: Alan T. DeKok Date: Fri, 26 Jan 2024 15:06:32 +0000 (-0500) Subject: remove limitation which isn't needed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff406cf810a492e7a5fd89069480f75d54d6df6;p=thirdparty%2Ffreeradius-server.git remove limitation which isn't needed --- diff --git a/src/lib/util/dict_tokenize.c b/src/lib/util/dict_tokenize.c index 779089c050c..9ddead8d7a0 100644 --- a/src/lib/util/dict_tokenize.c +++ b/src/lib/util/dict_tokenize.c @@ -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. *