Commit d966dd14 by Serge Hallyn

cgmanager: setup_limits: return true if there are no settings

parent 2177dbc7
......@@ -384,7 +384,7 @@ static bool setup_limits(struct lxc_handler *h, bool do_devices)
struct cgm_data *d = h->cgroup_info->data;
if (lxc_list_empty(cgroup_settings))
return 0;
return true;
lxc_list_for_each(iterator, cgroup_settings) {
char controller[100], *p;
......
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