]> git.ipfire.org Git - thirdparty/systemd.git/commit
path-lookup: path_join() all the things! 16793/head
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Aug 2020 16:27:52 +0000 (18:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Aug 2020 16:28:39 +0000 (18:28 +0200)
commitdf778749b4a7ee540d9fde8f6c9066a1ddfda17d
treeb3d190f7cf35ff62c1af7ce5936f7dbe4f7241e2
parentcaf6bd166f6521e1e33a25c39bb2e1b05d61b733
path-lookup: path_join() all the things!

When we talk about paths, better use path_join(), who knows what callers
pass to us, i.e. prefixed with "/" or not.
src/basic/path-lookup.c