]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/conf-files.c
tree-wide: replace strjoin() with path_join()
[thirdparty/systemd.git] / src / basic / conf-files.c
index 7c85022f08ee859080254b4110ff5d0a0447359a..a01f8997698916997cff0743ea23eab92e96f949 100644 (file)
@@ -115,7 +115,7 @@ static int files_add(
 
                         key = p;
                 } else {
-                        p = strjoin(dirpath, "/", de->d_name);
+                        p = path_join(dirpath, de->d_name);
                         if (!p)
                                 return -ENOMEM;