Make compile again.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18078 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -488,8 +488,8 @@ krb5_cc_retrieve_cred(krb5_context context,
|
|||||||
krb5_cc_cursor cursor;
|
krb5_cc_cursor cursor;
|
||||||
|
|
||||||
if (id->ops->retrieve != NULL) {
|
if (id->ops->retrieve != NULL) {
|
||||||
return (*id->ops->retrieve*)(context, id, whichfields,
|
return (*id->ops->retrieve)(context, id, whichfields,
|
||||||
mcreds, creds);
|
mcreds, creds);
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_cc_start_seq_get(context, id, &cursor);
|
krb5_cc_start_seq_get(context, id, &cursor);
|
||||||
|
Reference in New Issue
Block a user