mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
tldap: Fix a type-punned warning
This commit is contained in:
parent
4b64555d75
commit
e9e80a36e4
@ -419,7 +419,7 @@ static struct tevent_req *tldap_msg_send(TALLOC_CTX *mem_ctx,
|
||||
return tevent_req_post(req, ev);
|
||||
}
|
||||
|
||||
state->iov.iov_base = blob.data;
|
||||
state->iov.iov_base = (void *)blob.data;
|
||||
state->iov.iov_len = blob.length;
|
||||
|
||||
subreq = tstream_writev_queue_send(state, ev, ld->conn, ld->outgoing,
|
||||
|
Loading…
x
Reference in New Issue
Block a user