mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
cgroup-util: actually use the path callback
We allow to specify a callback but then ignore the result. Looks like a trivial typo. From 7b3fd6313c4b07b6f822a9f979d0c22350a401d9#diff-f010fa21ba7b659b519c122743e55604
This commit is contained in:
parent
0aee49d5fb
commit
edf5b3b869
@ -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…
x
Reference in New Issue
Block a user