]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Simplify call_env expanding
authorNick Porter <nick@portercomputing.co.uk>
Tue, 15 Jul 2025 12:39:18 +0000 (13:39 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 15 Jul 2025 13:15:46 +0000 (14:15 +0100)
commitd1d7772a1e19af934d39ada4e3772a59cc6e6f49
tree7c4796902b6bdabb3dc81c9d1c61e2113c0ed4df
parente2eb7495f8457311bb66007ce350c5a722dccadb
Simplify call_env expanding

Pointers to source tmpls are always set in call_env_expand_start, so
don't need handling in call_env_expand_repeat.

Parse only envs are never pushed as tmpls, so will never be processed in
call_env_expand_repeat.
src/lib/unlang/call_env.c