]> git.proxmox.com Git - systemd.git/blobdiff - src/basic/sysctl-util.c
New upstream version 249~rc1
[systemd.git] / src / basic / sysctl-util.c
index c96b5cd77f0eddd7be061edd28dafa71646c1dbf..8913e6ff85bf962afe2e1627ea6b31505b8ae994 100644 (file)
@@ -33,7 +33,7 @@ char *sysctl_normalize(char *s) {
                         n = strpbrk(n + 1, "/.");
                 } while (n);
 
-        path_simplify(s, true);
+        path_simplify(s);
 
         /* Kill the leading slash, but keep the first character of the string in the same place. */
         if (*s == '/' && *(s+1))