mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-25 23:31:09 +00:00
Fix typo in the previous commit...
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
c08220e9d1
commit
4a7e5f4f20
@ -549,9 +549,9 @@ static int must_drop_cap_sys_boot(struct lxc_conf *conf)
|
|||||||
#endif
|
#endif
|
||||||
if (pid < 0) {
|
if (pid < 0) {
|
||||||
if (flags & CLONE_NEWUSER)
|
if (flags & CLONE_NEWUSER)
|
||||||
ERRROR("failed to clone (%#x): %s (includes CLONE_NEWUSER)", flags, strerror(errno));
|
ERROR("failed to clone (%#x): %s (includes CLONE_NEWUSER)", flags, strerror(errno));
|
||||||
else
|
else
|
||||||
ERRROR("failed to clone (%#x): %s", flags, strerror(errno));
|
ERROR("failed to clone (%#x): %s", flags, strerror(errno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (wait(&status) < 0) {
|
if (wait(&status) < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user