now seems to work again
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1289 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -316,9 +316,10 @@ krb5_cc_next_cred (krb5_context context,
|
|||||||
if (id->type != 1)
|
if (id->type != 1)
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
krb5_storage_from_fd(cursor->fd);
|
sp = krb5_storage_from_fd(cursor->fd);
|
||||||
err = krb5_cc_read_cred (sp, creds);
|
err = krb5_cc_read_cred (cursor->fd, creds);
|
||||||
krb5_storage_free(sp);
|
krb5_storage_free(sp);
|
||||||
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
|
Reference in New Issue
Block a user