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:
@@ -290,7 +290,7 @@ kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
|
||||
printd(auth.dat, auth.length);
|
||||
printf("\r\n");
|
||||
}
|
||||
k_getsockinst(0, instance); /* Telnetd uses socket 0 */
|
||||
k_getsockinst(0, instance, sizeof(instance));
|
||||
if (r = krb_rd_req(&auth, KRB_SERVICE_NAME,
|
||||
instance, 0, &adat, "")) {
|
||||
if (auth_debug_mode)
|
||||
|
Reference in New Issue
Block a user