]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fileio: add new read_boolean_file() helper (#41963)
authorLennart Poettering <lennart@amutable.com>
Mon, 11 May 2026 12:16:05 +0000 (14:16 +0200)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 12:16:05 +0000 (14:16 +0200)
This adds a new read_boolean_file() helper that combines
read_one_line_file() and parse_boolean() into one. 3 call sites are
converted to us it.


Trivial merge