mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 10:12:24 +00:00
commit
e8f8436cc1
@ -173,7 +173,7 @@ static int create_partial(struct lxc_container *c)
|
||||
return -1;
|
||||
}
|
||||
if ((fd=open(path, O_RDWR | O_CREAT | O_EXCL, 0755)) < 0) {
|
||||
SYSERROR("Erorr creating partial file");
|
||||
SYSERROR("Error creating partial file");
|
||||
return -1;
|
||||
}
|
||||
lk.l_type = F_WRLCK;
|
||||
|
Loading…
Reference in New Issue
Block a user