signed vs unsigned

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3696 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:28:19 +00:00
parent 545297c6e4
commit 357524ceb9

View File

@@ -102,7 +102,7 @@ send_reply (int s,
msghdr.msg_controllen = 0; msghdr.msg_controllen = 0;
#endif #endif
iov[0].iov_base = header; iov[0].iov_base = (char *)header;
iov[0].iov_len = 6; iov[0].iov_len = 6;
if (ap_rep_len) { if (ap_rep_len) {
iov[1].iov_base = ap_rep->data; iov[1].iov_base = ap_rep->data;