mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +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;
|
||||
}
|
||||
|
||||
bytes = lxc_recvmsg_nointr_iov(listener_proxy_fd, iov,iov_len,
|
||||
MSG_TRUNC);
|
||||
bytes = lxc_recvmsg_nointr_iov(listener_proxy_fd, iov, iov_len, MSG_TRUNC);
|
||||
if (bytes != (ssize_t)msg_base_size) {
|
||||
SYSERROR("Failed to receive message from seccomp proxy");
|
||||
seccomp_notify_default_answer(fd, req, resp, hdlr);
|
||||
|
Loading…
Reference in New Issue
Block a user