]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
push checks for vp_edit and immutable down to edit list
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Mar 2025 13:45:27 +0000 (20:45 +0700)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Mar 2025 14:25:12 +0000 (21:25 +0700)
commit219f82102beff241cf5e346d46e28f505aa2ed67
tree2a9f34fd60a1f9e3b0a6298eb3b93772b297412c
parent32f677a3fbaa7adb8338320bbd66feda8ef7be22
push checks for vp_edit and immutable down to edit list

where they are caught more often.

and update test.  it's a failure to delete an attribute which
can't be deleted.  So the attempt has to be in a try / catch
block
src/lib/unlang/edit.c
src/lib/util/edit.c
src/lib/util/pair.c
src/tests/keywords/foreach-delete