conf: clear lxc.include

parent 80926845
......@@ -5031,6 +5031,8 @@ int lxc_clear_simple_config_item(struct lxc_conf *c, const char *key)
c->monitor_unshare = 0;
} else if (strcmp(key, "lxc.pts") == 0) {
c->pts = 0;
} else if (strcmp(key, "lxc.include") == 0) {
lxc_clear_includes(c);
} else {
return -1;
}
......
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