]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/cgtop/cgtop.c
tree-wide: always drop unnecessary dot in path
[thirdparty/systemd.git] / src / cgtop / cgtop.c
index 5424f2c90f78cee45f545eff639a9ce650092031..9cc2f275918a22f458f7aac9c1fd24d184c2dc19 100644 (file)
@@ -472,7 +472,7 @@ static int refresh_one(
                 if (!p)
                         return -ENOMEM;
 
-                path_simplify(p, false);
+                path_simplify(p);
 
                 r = refresh_one(controller, p, a, b, iteration, depth + 1, &child);
                 if (r < 0)