mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
Merge pull request #288 from phomes/cgroup-util
cgroup-util: actually use the path callback
This commit is contained in:
commit
74b1f52763
@ -1776,7 +1776,7 @@ int cg_attach_everywhere(CGroupControllerMask supported, const char *path, pid_t
|
|||||||
if (!p)
|
if (!p)
|
||||||
p = path;
|
p = path;
|
||||||
|
|
||||||
cg_attach_fallback(n, path, pid);
|
cg_attach_fallback(n, p, pid);
|
||||||
}
|
}
|
||||||
|
|
||||||
bit <<= 1;
|
bit <<= 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user