]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
simplify _dict_from_file()
authorAlan T. DeKok <aland@freeradius.org>
Mon, 22 Sep 2025 18:20:40 +0000 (14:20 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 22 Sep 2025 22:20:41 +0000 (18:20 -0400)
commit4313c59c968ccca8c2386fa579fbf0b7d038cb22
treeb4ba6929ab11c6374820fd24ad3fae516e019314
parentfd826c606ba52f9ccb805f82c2f327b161224b2d
simplify _dict_from_file()

in preparation for adding globbing support

_dict_from_file() is called to load the protocol dictionaries,
which have hard-coded path and filename.  Or, from the $INCLUDE
handler, which can do the normalizations itself
src/lib/util/dict_tokenize.c