mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 08:10:56 +00:00
confile: config_group()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
03d88f7c5e
commit
7584546d2f
@ -1284,7 +1284,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);
|
||||
|
Loading…
Reference in New Issue
Block a user