diff options
| author | Volker Lendecke <vl@samba.org> | 2014-12-30 12:26:16 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2015-01-06 00:33:09 +0100 |
| commit | 98598485c3bb10638ee99f4b04768bd2e8683bb1 (patch) | |
| tree | eca186e5f570647265365a57637c0cd8e2c06d8a /source3 | |
| parent | 9959fc9d72e40e69e87c76b9baee30fb11a4ae21 (diff) | |
| download | samba-98598485c3bb10638ee99f4b04768bd2e8683bb1.tar.gz samba-98598485c3bb10638ee99f4b04768bd2e8683bb1.tar.xz samba-98598485c3bb10638ee99f4b04768bd2e8683bb1.zip | |
lib: unix_dgram_msg does not need "num_fds"
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/lib/unix_msg/unix_msg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/unix_msg/unix_msg.c b/source3/lib/unix_msg/unix_msg.c index 78b29c2d07..d85cde9fb3 100644 --- a/source3/lib/unix_msg/unix_msg.c +++ b/source3/lib/unix_msg/unix_msg.c @@ -43,7 +43,6 @@ struct unix_dgram_msg { int sock; ssize_t sent; int sys_errno; - size_t num_fds; struct msghdr msg; struct iovec iov; }; @@ -539,7 +538,6 @@ static int queue_msg(struct unix_dgram_send_queue *q, } msg->sock = q->sock; - msg->num_fds = num_fds; data_buf = (uint8_t *)(msg + 1); |
