]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/load-fragment.c
tree-wide: always drop unnecessary dot in path
[thirdparty/systemd.git] / src / core / load-fragment.c
index d31d6420170fe4edde58eadb0ef76a8c6adbf3f0..c6fca7135ccf6221377df97b68c04509dd49f70f 100644 (file)
@@ -810,7 +810,7 @@ int config_parse_exec(
                         n[nlen] = NULL;
                 }
 
-                path_simplify(path, false);
+                path_simplify(path);
 
                 while (!isempty(p)) {
                         _cleanup_free_ char *word = NULL, *resolved = NULL;