]> git.ipfire.org Git - thirdparty/systemd.git/commit
conf-files: drop redundant call of chase()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Apr 2023 04:44:46 +0000 (13:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 7 Apr 2023 20:08:48 +0000 (05:08 +0900)
commita5af5f80ca53ccc3896d107de99c3b9fd1508d0b
tree2e4198203826b9f2f34d451839cff169d66d79d4
parentb6b446cb62d3b2fe2a605b69ea8c287dd9713308
conf-files: drop redundant call of chase()

Previously, chase() was called twice in files_add() and path_strv_resolve_uniq().
src/basic/conf-files.c