]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/tests/get_item.c
Move container creation fully into the api
[mirror_lxc.git] / src / tests / get_item.c
index d3e6d29ad938aa17ca1bb2af04f8a15e6cb4a0bc..95118995c19a8b32312d139815f1a8985ed95eaf 100644 (file)
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
                ret = 1;
                goto out;
        }
-       if (!c->createl(c, "ubuntu", "-r", "lucid", NULL)) {
+       if (!c->createl(c, "ubuntu", NULL, NULL, "-r", "lucid", NULL)) {
                fprintf(stderr, "%d: failed to create a lucid container\n", __LINE__);
                ret = 1;
                goto out;