cgroups: fix braino during controller list creation

parent 70ba94fb
......@@ -337,7 +337,7 @@ static char **list_add_controllers(char *controllers)
__do_free_string_list char **list = NULL;
char *it;
lxc_iterate_parts(it, controllers, " \t\n") {
lxc_iterate_parts(it, controllers, ", \t\n") {
int ret;
ret = list_add_string(&list, it);
......
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