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:
Assar Westerlund
1997-03-08 07:16:26 +00:00
parent 84fdc00251
commit 1c474702bb

View File

@@ -316,9 +316,10 @@ krb5_cc_next_cred (krb5_context context,
if (id->type != 1)
abort ();
krb5_storage_from_fd(cursor->fd);
err = krb5_cc_read_cred (sp, creds);
sp = krb5_storage_from_fd(cursor->fd);
err = krb5_cc_read_cred (cursor->fd, creds);
krb5_storage_free(sp);
return err;
}
krb5_error_code