mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-29 19:09:45 +00:00
seccomp: coding style
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
26077e91db
commit
cbbdd1dd35
@ -1479,8 +1479,7 @@ retry:
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
bytes = lxc_recvmsg_nointr_iov(listener_proxy_fd, iov,iov_len,
|
bytes = lxc_recvmsg_nointr_iov(listener_proxy_fd, iov, iov_len, MSG_TRUNC);
|
||||||
MSG_TRUNC);
|
|
||||||
if (bytes != (ssize_t)msg_base_size) {
|
if (bytes != (ssize_t)msg_base_size) {
|
||||||
SYSERROR("Failed to receive message from seccomp proxy");
|
SYSERROR("Failed to receive message from seccomp proxy");
|
||||||
seccomp_notify_default_answer(fd, req, resp, hdlr);
|
seccomp_notify_default_answer(fd, req, resp, hdlr);
|
||||||
|
Loading…
Reference in New Issue
Block a user