Unverified Commit d094c180 by Stéphane Graber Committed by GitHub

Merge pull request #3086 from brauner/2019-07-09/seccomp_fixes

seccomp: coding style
parents 26077e91 cbbdd1dd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment