Unverified Commit 3a7f78f9 by Wolfgang Bumiller Committed by Christian Brauner

get the right path in get_cgroup command

parent 6dc1208d
...@@ -592,8 +592,8 @@ static int lxc_cmd_get_cgroup_callback_do(int fd, struct lxc_cmd_req *req, ...@@ -592,8 +592,8 @@ static int lxc_cmd_get_cgroup_callback_do(int fd, struct lxc_cmd_req *req,
reqdata = NULL; reqdata = NULL;
} }
get_fn = (limiting_cgroup ? cgroup_ops->get_cgroup get_fn = (limiting_cgroup ? cgroup_ops->get_limiting_cgroup
: cgroup_ops->get_limiting_cgroup); : cgroup_ops->get_cgroup);
path = get_fn(cgroup_ops, reqdata); path = get_fn(cgroup_ops, reqdata);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment