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

confile: config_idmap()

parent 5e78a88a
......@@ -1518,7 +1518,7 @@ static int config_idmap(const char *key, const char *value, struct lxc_conf *lxc
char type;
int ret;
if (!value || strlen(value) == 0)
if (config_value_empty(value))
return lxc_clear_idmaps(lxc_conf);
subkey = strstr(key, token);
......
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