cgroups: fix braino during controller list creation

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