changed signature of `k_getsockinst'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1621 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -125,7 +125,7 @@ recv_conn (int sock, des_cblock *key, des_key_schedule schedule,
|
||||
|
||||
inaddr2str (thataddr->sin_addr, remotehost, sizeof(remotehost));
|
||||
|
||||
k_getsockinst (sock, instance);
|
||||
k_getsockinst (sock, instance, sizeof(instance));
|
||||
status = krb_recvauth (KOPT_DO_MUTUAL, sock, &ticket, "rcmd", instance,
|
||||
thataddr, thisaddr, &auth, "", schedule,
|
||||
version);
|
||||
|
Reference in New Issue
Block a user