Unverified Commit 3e663c61 by Christian Brauner Committed by Stéphane Graber

confile: config_group()

parent 4396f360
......@@ -1200,7 +1200,7 @@ static int config_group(const char *key, const char *value,
struct lxc_list *grouplist;
int ret = -1;
if (!strlen(value))
if (config_value_empty(value))
return lxc_clear_groups(lxc_conf);
groups = strdup(value);
......
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