]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/conf-parser.c
conf-parser: remove unused condition
authorMike Yuan <me@yhndnzj.com>
Mon, 13 Nov 2023 09:08:24 +0000 (17:08 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 13 Nov 2023 10:32:38 +0000 (10:32 +0000)
commit8ea288db018c7dfe0016d51d4538539bab4ab6de
treecccf9888597d7583f7100497cc88232069edffd8
parent6f510ec8d619383f4d0311ca9de9f95ccc464167
conf-parser: remove unused condition

Follow-up for 9ac2f3c4d2cc02eda32034980461c21232bb746c

config_parse() returns 0 only on ENOENT, which can
never happen since we pass the FILE stream.
src/shared/conf-parser.c