]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/mount-setup.c
tree-wide: always drop unnecessary dot in path
[thirdparty/systemd.git] / src / shared / mount-setup.c
index 1e4bbfb1ab0870151eb88bd1f0ab7b02f460fce5..ef3527e9a7f68b035e9277d4c00795111be2c515 100644 (file)
@@ -454,7 +454,7 @@ static int relabel_extra(void) {
                         if (r == 0) /* EOF */
                                 break;
 
-                        path_simplify(line, true);
+                        path_simplify(line);
 
                         if (!path_is_normalized(line)) {
                                 log_warning("Path to relabel is not normalized, ignoring: %s", line);