don't call clsoe in destroy, now that at the ccache level

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2789 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-08 03:51:25 +00:00
parent 7038ffc083
commit b0647ce691

View File

@@ -144,10 +144,9 @@ fcc_destroy(krb5_context context,
krb5_ccache id)
{
char *f;
int ret;
f = FILENAME(id);
ret = erase_file(f);
return erase_file(f);
return fcc_close (context, id);
}