mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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)
|
||||
p = path;
|
||||
|
||||
cg_attach_fallback(n, path, pid);
|
||||
cg_attach_fallback(n, p, pid);
|
||||
}
|
||||
|
||||
bit <<= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user