(fcc_destroy): don't call fcc_close

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5753 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-24 22:26:06 +00:00
parent f0c5eadce8
commit 7216ac7c07

View File

@@ -193,7 +193,7 @@ fcc_destroy(krb5_context context,
erase_file(f);
return fcc_close (context, id);
return 0;
}
static krb5_error_code