Unverified Commit c463d1ac by Christian Brauner Committed by Stéphane Graber

confile: config_mount_auto()

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