(krb5_cc_new_unique): use KRB5_DEFAULT_CCNAME as the default prefix
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17762 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -188,7 +188,7 @@ krb5_cc_new_unique(krb5_context context, const char *type,
|
||||
const krb5_cc_ops *ops;
|
||||
|
||||
if (type == NULL)
|
||||
type = "FILE";
|
||||
type = KRB5_DEFAULT_CCNAME;
|
||||
|
||||
ops = krb5_cc_get_prefix_ops(context, type);
|
||||
if (ops == NULL) {
|
||||
|
Reference in New Issue
Block a user