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) if (!p)
p = path; p = path;
cg_attach_fallback(n, path, pid); cg_attach_fallback(n, p, pid);
} }
bit <<= 1; bit <<= 1;