]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
use macro for common case
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Jul 2025 16:56:09 +0000 (12:56 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Jul 2025 19:37:21 +0000 (15:37 -0400)
commit1314bdd8ef92f4587bcbee18be1cc509344d535a
tree09ff46180d2a5342e6fd6b470865f624175e5efd
parentcfb0592da139a946394d035870facd31406b6aeb
use macro for common case

some instructions didn't return on timeout.  So using a common
initializer is beneficial
src/lib/unlang/call.c
src/lib/unlang/finally.c
src/lib/unlang/function.c
src/lib/unlang/interpret.c
src/lib/unlang/mod_action.h
src/lib/unlang/module.c
src/lib/unlang/timeout.c
src/lib/unlang/tmpl.c
src/lib/unlang/xlat.c