use krb5_cc_new_unique, use constants for cache types

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25058 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-04-03 04:07:17 +00:00
parent 32218cc132
commit a7e136a5d7

View File

@@ -743,7 +743,7 @@ fcc_remove_cred(krb5_context context,
char *newname;
int fd;
ret = krb5_cc_gen_new(context, &krb5_mcc_ops, &copy);
ret = krb5_cc_new_unique(context, krb5_cc_new_unique, NULL, &copy);
if (ret)
return ret;