]> git.ipfire.org Git - thirdparty/systemd.git/commit
conf-parser: parse main config first only if not symlinked to/as drop-in
authorMike Yuan <me@yhndnzj.com>
Thu, 7 Sep 2023 13:38:00 +0000 (21:38 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 8 Sep 2023 14:25:12 +0000 (16:25 +0200)
commit93f1da45566d064f4f053b37bbac2813631f58b1
tree167937d1cb427420e9dba7cb1f4e260f75622587
parentfc159b2fd9382672ea2112789f093041a9e74715
conf-parser: parse main config first only if not symlinked to/as drop-in

Otherwise we'll skip parsing main config directly.

Replaces #27152
Replaces #28956:
chase() is an overkill for determining whether
two files are the same. We only need to check
if the inodes are the same.
src/shared/conf-parser.c