Unverified Commit 8742f645 by Christian Brauner Committed by Stéphane Graber

confile: config_mount()

parent c463d1ac
......@@ -1650,7 +1650,7 @@ static int config_mount(const char *key, const char *value,
char *mntelem;
struct lxc_list *mntlist;
if (!value || strlen(value) == 0)
if (config_value_empty(value))
return lxc_clear_mount_entries(lxc_conf);
mntlist = malloc(sizeof(*mntlist));
......
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