]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: use read_line_from_trash() to read from /sys
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Jul 2023 13:12:18 +0000 (15:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Sep 2023 14:25:19 +0000 (16:25 +0200)
commit809a49da96b174005ce7cbdd3349d82dd48a6bfd
tree3550d7ec745eeba8823ce48da6453f1ae7de7435
parent1f2433fb6a0889dbcc0a85eddfc9a59e835c6128
MINOR: cfgparse: use read_line_from_trash() to read from /sys

It's easier to use this function now to natively support variable
fields in the file's path. This also removes read_file_from_trash()
that was only used here and was static.
src/cfgparse.c