1
0
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:
Volker Lendecke 2010-06-21 08:47:38 +02:00
parent 4b64555d75
commit e9e80a36e4

View File

@ -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,