]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
over-ride "raw.Foo = { ... }"
authorAlan T. DeKok <aland@freeradius.org>
Mon, 3 Mar 2025 01:23:49 +0000 (20:23 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 3 Mar 2025 02:51:12 +0000 (21:51 -0500)
commit3dc74e20777c1b028566662ada390c0528fed76f
treefca43a40bd2bec989f1144088d35959a54c91c07
parent854966e786344c514aa9e42d451983cb7d13b8de
over-ride "raw.Foo = { ... }"

use the original data type, and not a hard-coded TLV

the parser can't tell the difference between "raw.1 = {...}"
and "raw.Foo = {...}", so we just fix the data type after the
fact.
src/lib/util/pair_legacy.c