use constants for cache types
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25063 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -743,7 +743,7 @@ fcc_remove_cred(krb5_context context,
|
||||
char *newname;
|
||||
int fd;
|
||||
|
||||
ret = krb5_cc_new_unique(context, krb5_cc_new_unique, NULL, ©);
|
||||
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, ©);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
Reference in New Issue
Block a user