mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 05:33:39 +00:00
Fixed missing initialization variable
This commit is contained in:
parent
682d7e543c
commit
ab44835ca3
@ -84,6 +84,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
}
|
||||
|
||||
snprintf(path, MAXPATHLEN, LXCPATH "/%s", name);
|
||||
if (access(path, R_OK)) {
|
||||
if (lxc_create(name, &lxc_conf)) {
|
||||
fprintf(stderr, "failed to create the container '%s'\n", name);
|
||||
|
Loading…
Reference in New Issue
Block a user