k_{put,get}_int -> _krb5_{put,get}_int
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5801 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -99,7 +99,7 @@ send_and_recv_tcp(int fd,
|
||||
krb5_data *recv)
|
||||
{
|
||||
unsigned char len[4];
|
||||
k_put_int(len, Send->length, 4);
|
||||
_krb5_put_int(len, Send->length, 4);
|
||||
send(fd, len, sizeof(len), 0);
|
||||
if(send_and_recv(fd, tmout, 0, Send, recv))
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user