]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: tools: use the item API for the file names tree
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 08:41:19 +0000 (10:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 08:41:19 +0000 (10:41 +0200)
commitc058cc5ddf7bdfe3e3298ec541089acd76530c4c
treeb8e6c5b3c3b82fa239d9f83fb56adb16ee53de18
parent2d6b5c7a60e96fa2eda331f42bb2a4cea6882197
CLEANUP: tools: use the item API for the file names tree

The file names tree uses the immediate cebtree API, better use the
item one which is more expressive and safer.
src/tools.c