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:
@@ -144,10 +144,9 @@ fcc_destroy(krb5_context context,
|
|||||||
krb5_ccache id)
|
krb5_ccache id)
|
||||||
{
|
{
|
||||||
char *f;
|
char *f;
|
||||||
int ret;
|
|
||||||
f = FILENAME(id);
|
f = FILENAME(id);
|
||||||
|
|
||||||
ret = erase_file(f);
|
return erase_file(f);
|
||||||
|
|
||||||
return fcc_close (context, id);
|
return fcc_close (context, id);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user