]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
handle multiple values better with list on the RHS
authorAlan T. DeKok <aland@freeradius.org>
Thu, 5 Oct 2023 19:08:27 +0000 (15:08 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 5 Oct 2023 19:20:20 +0000 (15:20 -0400)
commit409c9c2d41afabbf5115e99ef053c5122e836fe8
treecc08830c6ee62a98720e17f9279e368dfcdb8e0a
parente59ff1c9d8f608cad55ea7f31dc7e46f04cec632
handle multiple values better with list on the RHS

If we have :=, then create multiple values.

if we have other operators, then only create the first one,
and then apply the operations to it

don't create multiple copies of local variables
src/lib/unlang/edit.c
src/tests/keywords/edit-multivalue [new file with mode: 0644]