]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
move MOD_ACTION_NOT_SET --> 0
authorAlan T. DeKok <aland@freeradius.org>
Tue, 15 Jul 2025 18:45:03 +0000 (14:45 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 16 Jul 2025 12:19:32 +0000 (08:19 -0400)
commit5e487057407fbb85e0d0e6421c5142cd3af3ad85
treea75577d057e5dcd62497e0bf18b852014499ea51
parent154f7e531db850f2f717b1e0b99bdf61d9a58f00
move MOD_ACTION_NOT_SET --> 0

add macros for valid values.  sprinkle assertions throughout the
code.  Move the action names to a fixed-size array.  Update the
printing to print out the names in all cases (not the numbers)
src/lib/unlang/compile.c
src/lib/unlang/interpret.c
src/lib/unlang/mod_action.c
src/lib/unlang/mod_action.h
src/lib/unlang/parallel.c
src/lib/unlang/unlang_priv.h