Fix for AIX xlc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2932 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -138,7 +138,7 @@ send_request (krb5_context context,
|
||||
msghdr.msg_controllen = 0;
|
||||
#endif
|
||||
|
||||
iov[0].iov_base = header;
|
||||
iov[0].iov_base = (void*)header;
|
||||
iov[0].iov_len = 6;
|
||||
iov[1].iov_base = ap_req_data.data;
|
||||
iov[1].iov_len = ap_req_data.length;
|
||||
|
Reference in New Issue
Block a user