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
1 changed files with 1 additions and 1 deletions

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;