1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

s4:ntp_signd/ntp_signd.c - add casts to suppress warnings on Solaris 10

This commit is contained in:
Matthias Dieter Wallnöfer 2010-06-29 22:33:32 +02:00
parent 95127b3f5f
commit 645c3d200c

View File

@ -346,10 +346,10 @@ static void ntp_signd_call_loop(struct tevent_req *subreq)
/* First add the length of the out buffer */
RSIVAL(call->out_hdr, 0, call->out.length);
call->out_iov[0].iov_base = call->out_hdr;
call->out_iov[0].iov_base = (char *) call->out_hdr;
call->out_iov[0].iov_len = 4;
call->out_iov[1].iov_base = call->out.data;
call->out_iov[1].iov_base = (char *) call->out.data;
call->out_iov[1].iov_len = call->out.length;
subreq = tstream_writev_queue_send(call,