summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/portable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/portable.c b/src/portable/portable.c
index 49087179c8..4a881460db 100644
--- a/src/portable/portable.c
+++ b/src/portable/portable.c
@@ -155,7 +155,6 @@ static int send_item(
cmsg->cmsg_len = CMSG_LEN(sizeof(int));
memcpy(CMSG_DATA(cmsg), &data_fd, sizeof(int));
- mh.msg_controllen = CMSG_SPACE(sizeof(int));
iovec = IOVEC_MAKE_STRING(name);
if (sendmsg(socket_fd, &mh, MSG_NOSIGNAL) < 0)