Commit b23b8484 by Stéphane Graber

Update get_item test after the lxc.mount.entry fix

parent e88a5211
...@@ -314,8 +314,8 @@ int main(int argc, char *argv[]) ...@@ -314,8 +314,8 @@ int main(int argc, char *argv[])
ret = 1; ret = 1;
goto out; goto out;
} }
if (!c->clear_config_item(c, "lxc.mount.entries")) { if (!c->clear_config_item(c, "lxc.mount.entry")) {
fprintf(stderr, "%d: failed clearing lxc.mount.entries\n", __LINE__); fprintf(stderr, "%d: failed clearing lxc.mount.entry\n", __LINE__);
ret = 1; ret = 1;
goto out; goto out;
} }
......
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