1
0
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:
Lennart Poettering 2015-06-18 18:57:16 +02:00
commit 74b1f52763

View File

@ -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;