signed vs unsigned
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3696 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -102,7 +102,7 @@ send_reply (int s,
|
||||
msghdr.msg_controllen = 0;
|
||||
#endif
|
||||
|
||||
iov[0].iov_base = header;
|
||||
iov[0].iov_base = (char *)header;
|
||||
iov[0].iov_len = 6;
|
||||
if (ap_rep_len) {
|
||||
iov[1].iov_base = ap_rep->data;
|
||||
|
Reference in New Issue
Block a user