Commit 29d652a9 by Wolfgang Bumiller

get the right path in get_cgroup command

parent 20e9ea04
...@@ -579,8 +579,8 @@ static int lxc_cmd_get_cgroup_callback_do(int fd, struct lxc_cmd_req *req, ...@@ -579,8 +579,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