cleanup fcc_get_next
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3595 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -337,12 +337,7 @@ fcc_get_next (krb5_context context,
|
||||
krb5_cc_cursor *cursor,
|
||||
krb5_creds *creds)
|
||||
{
|
||||
krb5_error_code err;
|
||||
krb5_storage *sp;
|
||||
sp = krb5_storage_from_fd(cursor->u.fd);
|
||||
err = fcc_read_cred (cursor->u.fd, creds);
|
||||
krb5_storage_free(sp);
|
||||
return err;
|
||||
return fcc_read_cred (cursor->u.fd, creds);
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
|
Reference in New Issue
Block a user