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

confile: config_fstab()

parent ec98a414
......@@ -1420,8 +1420,9 @@ out:
static int config_fstab(const char *key, const char *value,
struct lxc_conf *lxc_conf)
{
if (!value || strlen(value) == 0)
if (config_value_empty(value))
return -1;
return config_path_item(&lxc_conf->fstab, 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