Unverified Commit 6c0c7aff by Christian Brauner Committed by Stéphane Graber

confile: config_mount_auto()

parent b47f83c9
......@@ -1454,7 +1454,7 @@ static int config_mount_auto(const char *key, const char *value,
int i;
int ret = -1;
if (!value || strlen(value) == 0) {
if (config_value_empty(value)) {
lxc_conf->auto_mounts = 0;
return 0;
}
......
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